Chealer commented on code in PR #1490:
URL: https://github.com/apache/maven-site/pull/1490#discussion_r2620519190


##########
content/markdown/pom.md:
##########
@@ -1980,15 +1979,15 @@ The elements of profiles are as follows:
       <reporting>...</reporting>
       <dependencyManagement>...</dependencyManagement>
       <distributionManagement>...</distributionManagement>
+      <properties>...</properties>
     </profile>
   </profiles>
 </project>
 ```
 
 ### Activation
 
-Activations are the key of a profile. The power of a profile comes from its 
ability to modify the
-basic POM only under certain circumstances. Those circumstances are specified 
via an `activation` element.
+The `activation` element defines the conditions, when a profile becomes 
active. 

Review Comment:
   There should be no comma here.
   
   This remains misleading, since profiles can be activated explicitly.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to