[tile] Execute checkstyle:checkstyle
during the test
phase
This commit is contained in:
parent
ebe783d604
commit
3bc12cd271
2 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,7 @@ CHANGELOG
|
||||||
5.1.0
|
5.1.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
* [tile] Execute `checkstyle:checkstyle` during the `test` phase
|
||||||
* [jenkins] Remove Build under Java 9 step
|
* [jenkins] Remove Build under Java 9 step
|
||||||
* [travis] Remove Travis CI support
|
* [travis] Remove Travis CI support
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,14 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
<id>checkstyle-test</id>
|
||||||
|
<phase>test</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>checkstyle</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>checkstyle-verify</id>
|
||||||
<phase>verify</phase>
|
<phase>verify</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>check</goal>
|
<goal>check</goal>
|
||||||
|
|
Loading…
Reference in a new issue