cstamas opened a new pull request #15: URL: https://github.com/apache/maven-install-plugin/pull/15
This PR makes installAtEnd work as expected even if maven-install-plugin is not used as extension. How it works: it uses mojo Contexts to store "markers": * presence of marker means project was "processed" * value of marker tells what should be done (true = install, false = skipped) UTs adjusted to provide plugin context (was null before). Plugin updated (as required by maven-plugin-testing-harness) and cleaned up. --- https://issues.apache.org/jira/browse/MINSTALL-115 -- 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]
