Uses of Class
org.apache.maven.plugin.tools.model.LifecycleExecution

Packages that use LifecycleExecution
org.apache.maven.plugin.tools.model   
 

Uses of LifecycleExecution in org.apache.maven.plugin.tools.model
 

Methods in org.apache.maven.plugin.tools.model that return LifecycleExecution
 LifecycleExecution Mojo.getExecution()
          Get information about a sub-execution of the Maven lifecycle which should be processed.
 

Methods in org.apache.maven.plugin.tools.model with parameters of type LifecycleExecution
 void Mojo.setExecution(LifecycleExecution execution)
          Set information about a sub-execution of the Maven lifecycle which should be processed.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.