Uses of Package
org.apache.maven.plugin

Packages that use org.apache.maven.plugin
org.apache.maven.plugin   
org.apache.maven.plugin.version   
org.apache.maven.script.ant   
org.apache.maven.script.beanshell   
 

Classes in org.apache.maven.plugin used by org.apache.maven.plugin
AbstractMojoExecutionException
          Base exception.
ContextEnabled
          Interface to allow Mojos to communicate with each others Mojos, other than project's source root and project's attachment.
InvalidPluginException
          Thrown when a plugin is not internally consistent.
MavenPluginCollector
           
Mojo
          This interface forms the contract required for Mojos to interact with the Maven infrastructure.
MojoExecution
          Describes a single mojo invocation.
MojoExecutionException
          An exception occuring during the execution of a plugin.
MojoFailureException
          An exception occuring during the execution of a plugin (such as a compilation failure).
PluginConfigurationException
           
PluginManager
           
PluginManagerException
          Exception in the plugin manager.
PluginMappingManager
          Manage plugin prefix to artifact ID mapping associations.
PluginNotFoundException
          Exception occurring trying to resolve a plugin.
 

Classes in org.apache.maven.plugin used by org.apache.maven.plugin.version
InvalidPluginException
          Thrown when a plugin is not internally consistent.
 

Classes in org.apache.maven.plugin used by org.apache.maven.script.ant
AbstractMojo
          Abstract class to provide most of the infrastructure required to implement a Mojo except for the execute method.
ContextEnabled
          Interface to allow Mojos to communicate with each others Mojos, other than project's source root and project's attachment.
Mojo
          This interface forms the contract required for Mojos to interact with the Maven infrastructure.
MojoExecutionException
          An exception occuring during the execution of a plugin.
 

Classes in org.apache.maven.plugin used by org.apache.maven.script.beanshell
AbstractMojo
          Abstract class to provide most of the infrastructure required to implement a Mojo except for the execute method.
ContextEnabled
          Interface to allow Mojos to communicate with each others Mojos, other than project's source root and project's attachment.
Mojo
          This interface forms the contract required for Mojos to interact with the Maven infrastructure.
MojoExecutionException
          An exception occuring during the execution of a plugin.
MojoFailureException
          An exception occuring during the execution of a plugin (such as a compilation failure).
 



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