Run builder during package phase

This should help to avoid forgetting to update the ruleset and readme in future.
This commit is contained in:
Paul Campbell 2018-01-16 22:28:07 +00:00
parent cd4afa6034
commit 9a2297fe6d

View file

@ -142,8 +142,9 @@
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<phase>package</phase>
<goals> <goals>
<goal>repackage</goal> <goal>run</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>