Run builder during package phase
This should help to avoid forgetting to update the ruleset and readme in future.
This commit is contained in:
parent
bbeae5b56c
commit
06b14df6cd
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue