gnodet commented on pull request #15: URL: https://github.com/apache/maven-install-plugin/pull/15#issuecomment-984413843
@cstamas This should not be affected by https://github.com/apache/maven/pull/625. The reason is that when the session is cloned (this is already the case currently), the map containing the plugin contexts [1] is simply copied into the new session, so that they are actually shared. [1] https://github.com/apache/maven/blob/31954b441b3cc9eabe3f8566669928cf91fe824a/maven-core/src/main/java/org/apache/maven/execution/MavenSession.java#L86-L87 -- 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]
