org.apache.maven.lifecycle.mapping
Class DefaultLifecycleMapping
java.lang.Object
org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping
- All Implemented Interfaces:
- LifecycleMapping
public class DefaultLifecycleMapping
- extends Object
- implements LifecycleMapping
Lifecycle mapping for a POM.
- Version:
- $Id: DefaultLifecycleMapping.java 640549 2008-03-24 20:05:11Z bentmann $
- Author:
- Brett Porter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLifecycleMapping
public DefaultLifecycleMapping()
getOptionalMojos
public List getOptionalMojos(String lifecycle)
- Specified by:
getOptionalMojos
in interface LifecycleMapping
getPhases
public Map getPhases(String lifecycle)
- Specified by:
getPhases
in interface LifecycleMapping
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.