nielsbasjes commented on code in PR #101: URL: https://github.com/apache/maven-release/pull/101#discussion_r1133274535
########## 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: I chose this to match the `private String preparationGoals;` -- 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