pom.xml: Move digraph, huntbugs an highwheel plugins to verify phase
This commit is contained in:
parent
38ec83d0f9
commit
fcb70822b0
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue