slawekjaranowski commented on code in PR #120:
URL: https://github.com/apache/maven-release/pull/120#discussion_r866505806
##########
maven-release-plugin/src/it/projects/prepare/MRELEASE-667/pom.xml:
##########
@@ -37,7 +37,7 @@
</dependency>
</dependencies>
<configuration>
- <arguments>-Prelease,!mrelease-677 ${arguments}</arguments>
Review Comment:
exactly ... if any property in `arguments` are not resolvable build will
fail it.
It is a cost ... parsing everything and duplicate code or pass value as is.
It worked in the same way with old forked executor.
--
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]