michael-o commented on code in PR #1387: URL: https://github.com/apache/maven/pull/1387#discussion_r1459257761
########## api/maven-api-core/src/main/java/org/apache/maven/api/Project.java: ########## @@ -73,9 +79,10 @@ public interface Project { * Returns the project artifacts, that is, the project POM artifact and the artifact produced by this project build. * The list may have one or two elements (never less than 1, never more than 2), depending on project packaging. * <p> - * The list 1st element is ALWAYS the project POM artifact. The existence of 2nd element depends on this project - * packaging. + * The list 1st element is ALWAYS the project POM artifact. Presence of 2nd element in the list depends solely on Review Comment: first ########## api/maven-api-core/src/main/java/org/apache/maven/api/Project.java: ########## @@ -73,9 +79,10 @@ public interface Project { * Returns the project artifacts, that is, the project POM artifact and the artifact produced by this project build. * The list may have one or two elements (never less than 1, never more than 2), depending on project packaging. * <p> - * The list 1st element is ALWAYS the project POM artifact. The existence of 2nd element depends on this project - * packaging. + * The list 1st element is ALWAYS the project POM artifact. Presence of 2nd element in the list depends solely on Review Comment: list's ########## api/maven-api-core/src/main/java/org/apache/maven/api/Project.java: ########## @@ -73,9 +79,10 @@ public interface Project { * Returns the project artifacts, that is, the project POM artifact and the artifact produced by this project build. * The list may have one or two elements (never less than 1, never more than 2), depending on project packaging. * <p> - * The list 1st element is ALWAYS the project POM artifact. The existence of 2nd element depends on this project - * packaging. + * The list 1st element is ALWAYS the project POM artifact. Presence of 2nd element in the list depends solely on Review Comment: second -- 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