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:
Paul Campbell 2017-01-18 12:03:03 +00:00
parent 62452ff463
commit 8347c8962a

View file

@ -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>