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 bbeae5b56c
commit 06b14df6cd

View file

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