org.apache.maven.plugins.repository
Class BundleCreateMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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
Is defined to be executed in:
phase:
package
Is defined by the goal name:
bundle-create

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
 
Constructor Summary
BundleCreateMojo()
           
 
Method Summary
 void execute()
           
 
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
 

Field Detail

POM

public static final String POM
See Also:
Constant Field Values

inputHandler

protected org.codehaus.plexus.components.interactivity.InputHandler inputHandler
Is a Plexus component defined by:

settings

protected org.apache.maven.settings.Settings settings
Is defined by:
default-value:
${settings}
Is readonly.
Constructor Detail

BundleCreateMojo

public BundleCreateMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


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