adangel commented on code in PR #2403:
URL: https://github.com/apache/maven/pull/2403#discussion_r2135111740


##########
pom.xml:
##########
@@ -816,6 +824,10 @@ under the License.</licenseText>
       </plugins>
     </pluginManagement>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>

Review Comment:
   See https://maven.apache.org/pom.html#Activation and 
https://issues.apache.org/jira/browse/MNG-4917
   
   The activeByDefault flag might act a bit suprising sometimes, as it is only 
applied, if no other profile is selected explicitly (e.g. via -P flag or in 
settings.xml or any other profile that is e.g. activated by property 
automatically).
   



-- 
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-unsubscr...@maven.apache.org

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

Reply via email to