mirror of https://github.com/apache/maven.git
o Polished logging
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@933910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2115920094
commit
ac455ccc60
|
@ -133,8 +133,7 @@ public class DefaultLifecycles
|
||||||
public Map<String, Lifecycle> getPhaseToLifecycleMap()
|
public Map<String, Lifecycle> getPhaseToLifecycleMap()
|
||||||
{
|
{
|
||||||
// If people are going to make their own lifecycles then we need to tell people how to namespace them correctly
|
// If people are going to make their own lifecycles then we need to tell people how to namespace them correctly
|
||||||
// so
|
// so that they don't interfere with internally defined lifecycles.
|
||||||
// that they don't interfere with internally defined lifecycles.
|
|
||||||
|
|
||||||
HashMap<String, Lifecycle> phaseToLifecycleMap = new HashMap<String, Lifecycle>();
|
HashMap<String, Lifecycle> phaseToLifecycleMap = new HashMap<String, Lifecycle>();
|
||||||
|
|
||||||
|
@ -142,7 +141,7 @@ public class DefaultLifecycles
|
||||||
{
|
{
|
||||||
if ( logger.isDebugEnabled() )
|
if ( logger.isDebugEnabled() )
|
||||||
{
|
{
|
||||||
logger.debug( "Custom lifecycle " + lifecycle.toString() );
|
logger.debug( "Lifecycle " + lifecycle );
|
||||||
}
|
}
|
||||||
|
|
||||||
for ( String phase : lifecycle.getPhases() )
|
for ( String phase : lifecycle.getPhases() )
|
||||||
|
|
Loading…
Reference in New Issue