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:
Benjamin Bentmann 2010-04-14 11:02:23 +00:00
parent 2115920094
commit ac455ccc60
1 changed files with 2 additions and 3 deletions

View File

@ -133,8 +133,7 @@ public class DefaultLifecycles
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
// so
// that they don't interfere with internally defined lifecycles.
// so that they don't interfere with internally defined lifecycles.
HashMap<String, Lifecycle> phaseToLifecycleMap = new HashMap<String, Lifecycle>();
@ -142,7 +141,7 @@ public class DefaultLifecycles
{
if ( logger.isDebugEnabled() )
{
logger.debug( "Custom lifecycle " + lifecycle.toString() );
logger.debug( "Lifecycle " + lifecycle );
}
for ( String phase : lifecycle.getPhases() )