slawekjaranowski opened a new issue, #48: URL: https://github.com/apache/tooling-atr-maven-plugin/issues/48
We have https://apache.github.io/tooling-atr-maven-plugin/usage.html#integration-with-release-profile there is an example profile `push-to-atr` and next command to executed: ``` mvn clean deploy -Papache-release,push-to-atr ``` we can not execute deploy in project workspace, as it will contains next snapshot version of project when we change current directory to `target/checkout` we can not execute `deploy` again - it was already done by `release:perform` -- 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]
