Uses of Class
org.apache.maven.model.PluginExecution

Packages that use PluginExecution
org.apache.maven.model   
org.apache.maven.project   
 

Uses of PluginExecution in org.apache.maven.model
 

Methods in org.apache.maven.model with parameters of type PluginExecution
 void Plugin.addExecution(PluginExecution pluginExecution)
          Method addExecution.
 void Plugin.removeExecution(PluginExecution pluginExecution)
          Method removeExecution.
 

Uses of PluginExecution in org.apache.maven.project
 

Methods in org.apache.maven.project that return PluginExecution
static PluginExecution ModelUtils.clonePluginExecution(PluginExecution src)
           
 

Methods in org.apache.maven.project with parameters of type PluginExecution
static PluginExecution ModelUtils.clonePluginExecution(PluginExecution src)
           
 



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