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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]