rfscholte commented on pull request #393: URL: https://github.com/apache/maven/pull/393#issuecomment-726991312
This is only one the warning part. It should also break the build, because what we've already seen due a bug in maven-release-plugin is that if the release-profile is not activated (and you are not aware of it) you'll end up with an incomplete release. Sebb also suggested to suppress that check, but I see that as optimization. https://issues.apache.org/jira/browse/MNG-6511 suffers the same issue. I suggested to introduce a ? prefix to mark it as optional. e.g. `-P ?apache-release` will active this profile, but won't break it when it is missing, whereas `-P apache-release` should break the build. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
