This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch checkstyle-validate-phase in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit 31eff1a56fae11b73742bf61d0e302f812022d7c Author: Olivier Lamy <ol...@apache.org> AuthorDate: Sun Feb 27 20:25:25 2022 +1000 execute checkstyle in early phase of the build --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e83996c..c31a192 100644 --- a/pom.xml +++ b/pom.xml @@ -1170,6 +1170,7 @@ under the License. <executions> <execution> <id>checkstyle-check</id> + <phase>validate</phase> <goals> <goal>check</goal> </goals>