gnodet-bot commented on code in PR #13166:
URL: https://github.com/apache/maven/pull/13166#discussion_r4044064435


##########
pom.xml:
##########
@@ -1302,5 +1302,154 @@ under the License.
         </plugins>
       </build>
     </profile>
+    <profile>
+      <!--
+        This profile is NEVER activated during a normal build.
+        It configures versions-maven-plugin to map the lifecycle.*-plugin
+        properties (in impl/maven-core/pom.xml) to their corresponding Maven
+        plugin artifacts, enabling:
+
+          mvn versions:update-properties -Pversions-update \
+            DincludeProperties="lifecycle.clean-plugin,..." \

Review Comment:
   🔧 **(nit) Typo in comment example — `DincludeProperties` missing leading 
`-`.** Anyone copy-pasting this to run the command manually gets a Maven 
invocation with an unrecognized system property name `DincludeProperties` 
(treated as a property key whose value is `"lifecycle.clean-plugin,..."`), not 
a Maven property override.
   
   ```suggestion
               -DincludeProperties="lifecycle.clean-plugin,..." \
   ```



-- 
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