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/08/22 21:08:34 UTC

[GitHub] [maven] michael-o commented on a change in pull request #527: [MNG-7220] [3.8.x] Fix threadLocalArtifactsHolder leaking into cloned project

michael-o commented on a change in pull request #527:
URL: https://github.com/apache/maven/pull/527#discussion_r693557271



##########
File path: maven-core/src/main/java/org/apache/maven/project/MavenProject.java
##########
@@ -1232,11 +1239,6 @@ private void deepCopy( MavenProject project )
             setDependencyArtifacts( Collections.unmodifiableSet( project.getDependencyArtifacts() ) );
         }
 
-        if ( project.getArtifacts() != null )

Review comment:
       This is now gone because of the deep copy?




-- 
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