pom.xml: highwheel runs after compile
highwheel uses the compiled class files, so needs to be run after the compile phase.
This commit is contained in:
parent
62452ff463
commit
8347c8962a
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -353,7 +353,7 @@
|
||||||
<version>${highwheel-maven.version}</version>
|
<version>${highwheel-maven.version}</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>validate</phase>
|
<phase>compile</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>analyse</goal>
|
<goal>analyse</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
Loading…
Reference in a new issue