You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/11/09 21:28:57 UTC

[maven-parent] 01/01: [MPOM-357] Execute checkstyle after enforcer

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch MPOM-357
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit c329f406b8956c1a557a1c5f2b0cc656d30027cb
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed Nov 9 22:28:06 2022 +0100

    [MPOM-357] Execute checkstyle after enforcer
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 44d8342..ebd2678 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1169,7 +1169,7 @@ under the License.
         <executions>
           <execution>
             <id>checkstyle-check</id>
-            <phase>validate</phase>
+            <phase>initialize</phase>
             <goals>
               <goal>check</goal>
             </goals>