Skip to content

Commit

Permalink
tttttttttttttyyyyy1
Browse files Browse the repository at this point in the history
Signed-off-by: crazyhzm <crazyhzm@apache.org>
  • Loading branch information
CrazyHZM committed Feb 27, 2024
1 parent e21e3d4 commit d01965e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public Set<Plugin> getPluginsBoundByDefaultToAllLifecycles(String packaging) {

if (lifecycleConfiguration != null) {
phaseToGoalMapping = lifecycleConfiguration.getLifecyclePhases();
logger.debug("getPluginsBoundByDefaultToAllLifecycles : lifecycleConfiguration="
logger.debug("getPluginsBoundByDefaultToAllLifecycles: lifecycleConfiguration="
+ lifecycleConfiguration.getLifecyclePhases().toString().replace("maven-compiler-plugin", ""));
} else if (lifecycle.getDefaultLifecyclePhases() != null) {
phaseToGoalMapping = lifecycle.getDefaultLifecyclePhases();
Expand Down

0 comments on commit d01965e

Please sign in to comment.