org.apache.maven.lifecycle.mapping
Interface LifecycleMapping

All Known Implementing Classes:
DefaultLifecycleMapping

public interface LifecycleMapping


Field Summary
static String ROLE
          Deprecated. 
 
Method Summary
 Map<String,Lifecycle> getLifecycles()
           
 List<String> getOptionalMojos(String lifecycle)
          Deprecated. 
 Map<String,String> getPhases(String lifecycle)
          Deprecated. 
 

Field Detail

ROLE

@Deprecated
static final String ROLE
Deprecated. 
Method Detail

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.