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