Skip to content

Commit

Permalink
tttttttttttttyyyyy11
Browse files Browse the repository at this point in the history
Signed-off-by: crazyhzm <crazyhzm@apache.org>
  • Loading branch information
CrazyHZM committed Feb 26, 2024
1 parent 09a589b commit 4b7916e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public Set<Plugin> getPluginsBoundByDefaultToAllLifecycles(String packaging) {
+ lifecycleConfiguration.getLifecyclePhases().toString().replace("maven-compiler-plugin", ""));
} else if (lifecycle.getDefaultLifecyclePhases() != null) {
phaseToGoalMapping = lifecycle.getDefaultLifecyclePhases();
logger.debug("getPluginsBoundByDefaultToAllLifecycles : getDefaultLifecyclePhases="
logger.debug("getPluginsBoundByDefaultToAllLifecycles: getDefaultLifecyclePhases="
+ lifecycle.getDefaultLifecyclePhases().toString().replace("maven-compiler-plugin", ""));
}

Expand Down

0 comments on commit 4b7916e

Please sign in to comment.