org.apache.maven.lifecycle.mapping
Interface LifecycleMapping
- All Known Implementing Classes: 
 - DefaultLifecycleMapping
 
public interface LifecycleMapping
 
 
ROLE
@Deprecated
static final String ROLE
- Deprecated. 
 
getLifecycles
Map<String,Lifecycle> getLifecycles()
 
getOptionalMojos
@Deprecated
List<String> getOptionalMojos(String lifecycle)
- Deprecated. 
 
 
getPhases
@Deprecated
Map<String,String> getPhases(String lifecycle)
- Deprecated. 
 
 
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.