o Restored backward-compat

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@808987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-28 19:00:12 +00:00
parent 0b8b83f670
commit de1813b2ea
2 changed files with 14 additions and 1 deletions

View File

@ -1896,4 +1896,12 @@ public class DefaultLifecycleExecutor
}
*/
// USED BY MAVEN HELP PLUGIN
@Deprecated
public Map<String, Lifecycle> getPhaseToLifecycleMap()
{
return phaseToLifecycleMap;
}
}

View File

@ -45,6 +45,11 @@ import org.apache.maven.project.MavenProject;
*/
public interface LifecycleExecutor
{
// USED BY MAVEN HELP PLUGIN
@Deprecated
String ROLE = LifecycleExecutor.class.getName();
/**
* Calculate the list of {@link org.apache.maven.plugin.descriptor.MojoDescriptor} objects to run for the selected lifecycle phase.
*