Skip to content

Commit

Permalink
tttttttttttttyyyyy15
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 70e5926 commit 0dd985d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public Set<Plugin> getPluginsBoundByDefaultToAllLifecycles(String packaging) {
String phase = goalsForLifecyclePhase.getKey();
LifecyclePhase goals = goalsForLifecyclePhase.getValue();
if (logger.isDebugEnabled() && !goals.toString().contains("maven-compiler-plugin")) {
logger.debug("getPluginsBoundByDefaultToAllLifecycles: goalsForLifecyclePhase phase= " + phase
logger.debug("getPluginsBoundByDefaultToAllLifecycles : goalsForLifecyclePhase phase= " + phase
+ " ,goals=" + goals);
}
if (goals != null) {
Expand Down

0 comments on commit 0dd985d

Please sign in to comment.