mirror of https://github.com/apache/maven.git
o Added toString() to ease debugging
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@799309 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08bb4081d4
commit
2563edc285
|
@ -46,4 +46,11 @@ public class Lifecycle
|
|||
{
|
||||
return defaultPhases;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return id + " -> " + phases;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue