Skip to content

Commit

Permalink
tttttttttttttyyyyy16
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 0dd985d commit 33c104c
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 33c104c

Please sign in to comment.