Skip to content

Commit a1e7bb8

Browse files
committed
MNG-8479 - Use 'ejb' not 'ejb3' as type in ReactorReader artifact resolution for compile phase
Signed-off-by: Scott Kurz <[email protected]>
1 parent 1f157ad commit a1e7bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class ReactorReader implements MavenWorkspaceReader {
7070
public static final String PROJECT_LOCAL_REPO = "project-local-repo";
7171

7272
private static final Collection<String> COMPILE_PHASE_TYPES = new HashSet<>(
73-
Arrays.asList("jar", "ejb-client", "war", "rar", "ejb3", "par", "sar", "wsr", "har", "app-client"));
73+
Arrays.asList("jar", "ejb-client", "war", "rar", "ejb", "par", "sar", "wsr", "har", "app-client"));
7474

7575
private static final Logger LOGGER = LoggerFactory.getLogger(ReactorReader.class);
7676

0 commit comments

Comments
 (0)