Skip to content

Commit

Permalink
MNG-8479 - Use 'ejb' not 'ejb3' as type in ReactorReader artifact res…
Browse files Browse the repository at this point in the history
…olution for compile phase

Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed Jan 3, 2025
1 parent 1f157ad commit a1e7bb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ReactorReader implements MavenWorkspaceReader {
public static final String PROJECT_LOCAL_REPO = "project-local-repo";

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

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

Expand Down

0 comments on commit a1e7bb8

Please sign in to comment.