Merge pull request #67 from kemitix/66-plugins-in-verify

pom.xml: Move digraph, huntbugs an highwheel plugins to verify phase
This commit is contained in:
Paul Campbell 2017-03-14 14:41:28 +00:00 committed by GitHub
commit 81eb63e8bb

View file

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