Skip to content

Commit

Permalink
tttttttttttttyyyyy12
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 4b7916e commit d551c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public Set<Plugin> getPluginsBoundByDefaultToAllLifecycles(String packaging) {
}

if (phaseToGoalMapping != null) {
logger.debug("getPluginsBoundByDefaultToAllLifecycles : phaseToGoalMapping="
logger.debug("getPluginsBoundByDefaultToAllLifecycles: phaseToGoalMapping="
+ phaseToGoalMapping.toString().replace("maven-compiler-plugin", ""));
for (Map.Entry<String, LifecyclePhase> goalsForLifecyclePhase : phaseToGoalMapping.entrySet()) {
String phase = goalsForLifecyclePhase.getKey();
Expand Down

0 comments on commit d551c38

Please sign in to comment.