Skip to content

Commit

Permalink
tttttttttttttyyyyy5
Browse files Browse the repository at this point in the history
Signed-off-by: crazyhzm <crazyhzm@apache.org>
  • Loading branch information
CrazyHZM committed Feb 18, 2024
1 parent 6387772 commit 5de9805
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private void parseLifecyclePhaseDefinitions(Map<Plugin, Plugin> plugins, String
for (int i = 0; i < mojos.size(); i++) {
LifecycleMojo mojo = mojos.get(i);
if (logger.isDebugEnabled()) {
logger.debug("parseLifecyclePhaseDefinitions : mojo = " + mojo.toString());
logger.debug("parseLifecyclePhaseDefinitions: mojo = " + mojo.toString());
}

GoalSpec gs = parseGoalSpec(mojo.getGoal());
Expand Down Expand Up @@ -204,7 +204,7 @@ private void parseLifecyclePhaseDefinitions(Map<Plugin, Plugin> plugins, String
plugin.setDependencies(mojo.getDependencies());
}
if (logger.isDebugEnabled() && !plugin.getId().contains("maven-compiler-plugin")) {
logger.debug("parseLifecyclePhaseDefinitions : plugin = " + plugin.getId() + " execution = "
logger.debug("parseLifecyclePhaseDefinitions: plugin = " + plugin.getId() + " execution = "
+ execution.getId());
}
plugin.getExecutions().add(execution);
Expand Down

0 comments on commit 5de9805

Please sign in to comment.