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 2022/12/18 00:46:33 UTC

[GitHub] [maven] garydgregory commented on a diff in pull request #920: [MNG-7636] Partially revert MNG-5868 to restore backward compatibilit…

garydgregory commented on code in PR #920:
URL: https://github.com/apache/maven/pull/920#discussion_r1051505334


##########
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:
   You should close the HTML p tag, especially since all other HTML tags are properly closed.
   



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