org.apache.maven.plugins.repository
Class BundleCreateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.repository.BundleCreateMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class BundleCreateMojo
- extends org.apache.maven.plugin.AbstractMojo
Goal which creates an upload bundle for a project built with Maven.
- Since:
- 2.0
Field Summary |
protected org.codehaus.plexus.components.interactivity.InputHandler |
inputHandler
|
static String |
POM
|
protected org.apache.maven.settings.Settings |
settings
|
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POM
public static final String POM
- See Also:
- Constant Field Values
inputHandler
protected org.codehaus.plexus.components.interactivity.InputHandler inputHandler
settings
protected org.apache.maven.settings.Settings settings
BundleCreateMojo
public BundleCreateMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.