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 8, 2024
1 parent 8407cc7 commit fa7bd4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public Set<Plugin> getPluginsBoundByDefaultToAllLifecycles(String packaging) {

Map<Plugin, Plugin> plugins = new LinkedHashMap<>();
if (logger.isDebugEnabled()) {
logger.debug("getPluginsBoundByDefaultToAllLifecycles: packaging = " + packaging);
logger.debug("getPluginsBoundByDefaultToAllLifecycles: packaging = " + packaging);
}
for (Lifecycle lifecycle : defaultLifeCycles.getLifeCycles()) {
org.apache.maven.lifecycle.mapping.Lifecycle lifecycleConfiguration =
Expand Down

0 comments on commit fa7bd4d

Please sign in to comment.