You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "tbw777 (via GitHub)" <gi...@apache.org> on 2023/03/01 09:29:43 UTC

[GitHub] [maven] tbw777 commented on a diff in pull request #998: Using Set<>() for contains()

tbw777 commented on code in PR #998:
URL: https://github.com/apache/maven/pull/998#discussion_r1121405591


##########
maven-core/src/main/java/org/apache/maven/ReactorReader.java:
##########
@@ -69,8 +70,12 @@ class ReactorReader implements MavenWorkspaceReader {
 
     public static final String PROJECT_LOCAL_REPO = "project-local-repo";
 
-    private static final Collection<String> COMPILE_PHASE_TYPES =
-            Arrays.asList("jar", "ejb-client", "war", "rar", "ejb3", "par", "sar", "wsr", "har", "app-client");
+    private static final Collection<String> COMPILE_PHASE_TYPES;
+

Review Comment:
   updated



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