org.apache.maven.lifecycle.mapping
Interface LifecycleMapping

All Known Implementing Classes:
DefaultLifecycleMapping

public interface LifecycleMapping

Version:
$Id: LifecycleMapping.java 640549 2008-03-24 20:05:11Z bentmann $
Author:
Brett Porter

Field Summary
static String ROLE
           
 
Method Summary
 List getOptionalMojos(String lifecycle)
           
 Map getPhases(String lifecycle)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

getOptionalMojos

List getOptionalMojos(String lifecycle)

getPhases

Map getPhases(String lifecycle)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.