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
cd4afa6034
commit
9a2297fe6d
1 changed files with 2 additions and 1 deletions
|
@ -142,8 +142,9 @@
|
|||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
Loading…
Reference in a new issue