mirror of https://github.com/apache/maven.git
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:
parent
0b8b83f670
commit
de1813b2ea
|
@ -1896,4 +1896,12 @@ public class DefaultLifecycleExecutor
|
|||
}
|
||||
|
||||
*/
|
||||
|
||||
// USED BY MAVEN HELP PLUGIN
|
||||
@Deprecated
|
||||
public Map<String, Lifecycle> getPhaseToLifecycleMap()
|
||||
{
|
||||
return phaseToLifecycleMap;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -44,7 +44,12 @@ import org.apache.maven.project.MavenProject;
|
|||
* @author Jason van Zyl
|
||||
*/
|
||||
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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue