pom.xml: Move digraph, huntbugs an highwheel plugins to verify phase

This commit is contained in:
Paul Campbell 2017-03-14 11:44:26 +00:00
parent 38ec83d0f9
commit fcb70822b0

View file

@ -237,7 +237,7 @@
</configuration>
<executions>
<execution>
<phase>validate</phase>
<phase>verify</phase>
<goals>
<goal>digraph</goal>
</goals>
@ -314,7 +314,7 @@
<version>${huntbugs.version}</version>
<executions>
<execution>
<phase>compile</phase>
<phase>verify</phase>
<goals>
<goal>huntbugs</goal>
</goals>
@ -386,7 +386,7 @@
<version>${highwheel-maven.version}</version>
<executions>
<execution>
<phase>compile</phase>
<phase>verify</phase>
<goals>
<goal>analyse</goal>
</goals>