michael-o commented on code in PR #810:
URL: https://github.com/apache/maven/pull/810#discussion_r1008393624
##########
api/maven-api-model/src/main/mdo/maven.mdo:
##########
@@ -2672,7 +2672,7 @@
<field>
<name>property</name>
<version>4.0.0+</version>
- <description>Specifies that this profile will be activated when this
system property is
+ <description>Specifies that this profile will be activated when this
property is
specified.</description>
Review Comment:
I checked `PropertyProfileActivator`. It DOES use user and then system
properties. No project/model properties, *but* the passed
`ProfileActivationContext` contains a `getProjectProperties()` method so we
could make this happen.
--
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]