You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/12/02 08:45:58 UTC

[GitHub] [maven-install-plugin] gnodet commented on pull request #15: [MINSTALL-115] Install At End feature (no extension)

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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org