pom.xml: delay execution of kemitix-checkstyle-ruleset to verify phase
This commit is contained in:
parent
be6a164a85
commit
658071ac0c
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -196,7 +196,7 @@
|
|||
<version>${kemitix-checkstyle-ruleset.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>validate</phase>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>${kemitix-checkstyle-ruleset.level}</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Reference in a new issue