cstamas opened a new pull request #20: URL: https://github.com/apache/maven-deploy-plugin/pull/20
This PR makes deployAtEnd work as expected even if maven-deploy-plugin is not used as extension. How it works: it uses mojo Context to store "markers" (and params): * presence of marker means project was "processed" * value of marker tells what should be done (true = deploy, false = skipped) * if needed, other params are stored as well UTs adjusted to provide plugin context (was null before). --- https://issues.apache.org/jira/browse/MDEPLOY-193 -- 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]
