famod commented on a change in pull request #527:
URL: https://github.com/apache/maven/pull/527#discussion_r693556958



##########
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 )
-        {
-            setArtifacts( Collections.unmodifiableSet( project.getArtifacts() 
) );

Review comment:
       This didn't make any sense anymore because the entire holder is now 
copied already (see further up).




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


Reply via email to