michael-o commented on code in PR #920:
URL: https://github.com/apache/maven/pull/920#discussion_r1051506897


##########
maven-core/src/main/java/org/apache/maven/project/MavenProject.java:
##########
@@ -945,13 +945,21 @@ public void addAttachedArtifact( Artifact artifact )
         }
     }
 
+    /**
+     * Returns a mutable list of the attached artifacts to this project. It is 
highly advised <em>not</em>
+     * to modify this list, but rather use the {@link MavenProjectHelper}.
+     * <p>
+     * <strong>Note</strong>: This list will be made read-only Maven 4.
+     *

Review Comment:
   Good catch.



-- 
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-unsubscr...@maven.apache.org

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

Reply via email to