michael-o commented on code in PR #101:
URL: https://github.com/apache/maven-release/pull/101#discussion_r1133273317


##########
maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java:
##########
@@ -101,6 +101,12 @@
     @Parameter( defaultValue = "true", property = "addSchema" )
     private boolean addSchema;
 
+    /**
+     * Comma separated profiles to enable on prepare, in addition to active 
profiles for project execution.
+     */
+    @Parameter( property = "preparationProfiles" )
+    private String preparationProfiles;

Review Comment:
   `prepareProfiles` to match the mojo (goal) name.



##########
maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java:
##########
@@ -101,6 +101,12 @@
     @Parameter( defaultValue = "true", property = "addSchema" )
     private boolean addSchema;
 
+    /**
+     * Comma separated profiles to enable on prepare, in addition to active 
profiles for project execution.

Review Comment:
   ...to enable on release prepare,...



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