You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/27 12:16:54 UTC

[GitHub] [maven-parent] olamy commented on a change in pull request #55: execute checkstyle in early phase of the build

olamy commented on a change in pull request #55:
URL: https://github.com/apache/maven-parent/pull/55#discussion_r815431235



##########
File path: pom.xml
##########
@@ -1170,6 +1170,7 @@ under the License.
         <executions>
           <execution>
             <id>checkstyle-check</id>
+            <phase>validate</phase>

Review comment:
       correct so maybe generate-sources phase.
   but do we really care about checkstyle generated code?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org