hboutemy commented on code in PR #584:
URL:
https://github.com/apache/maven-apache-parent/pull/584#discussion_r3457587395
##########
pom.xml:
##########
@@ -526,6 +527,39 @@ under the License.
</build>
</profile>
<!-- END SNIPPET: release-profile -->
+ <profile>
+ <id>push-to-atr</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.tooling</groupId>
+ <artifactId>atr-maven-plugin</artifactId>
+ <version>${version.tooling.atr}</version>
Review Comment:
oh, you mean keep the property "as usual", but split plugin version
declaration vs execution
adding a commit would have saved us time and energy: we need to find easier
ways to do PR review that is more collaborative coding than real just review
and discuss against original code proposal
--
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]