com.xebialabs.deployit.maven
Class GenerateDeploymentPackageMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.xebialabs.deployit.maven.AbstractDeployitMojo
          extended by com.xebialabs.deployit.maven.GenerateDeploymentPackageMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class GenerateDeploymentPackageMojo
extends AbstractDeployitMojo

Build up the Deployit Deployment Package

Author:
Benoit Moussaud
Is configured to the role hint:
override
Is defined by the goal name:
generate-deployment-package
Is bound to the specified phase of the standard build lifecycle:
package
Requires the dependencies in this specified scope:
compile

Field Summary
 
Fields inherited from class com.xebialabs.deployit.maven.AbstractDeployitMojo
artifactId, commands, DEFAULT_DEPLOYMENT, DEFAULT_ENVIRONMENT, deployableArtifacts, environment, generateManifestOnly, jeeArtifact, mappings, middlewareResources, outputDirectory, packaging, project, testmode, version
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
GenerateDeploymentPackageMojo()
           
 
Method Summary
 void execute()
           
 org.codehaus.plexus.archiver.jar.JarArchiver getJarArchiver()
           
 
Methods inherited from class com.xebialabs.deployit.maven.AbstractDeployitMojo
deployit, getArtifactId, getCommands, getEnvironment, getInterpreter, getJeeArtifact, getMappings, getMiddlewareResources, getOutputDirectory, getPackaging, getPort, getProject, getRealDeployableArtifact, getRealDeployableArtifact, getScript, getVersion, interpret, interpret, isTestmode, setArtifactId, setCommands, setEnvironment, setJeeArtifact, setMappings, setMiddlewareResources, setOutputDirectory, setPackaging, setPort, setProject, setTestmode, setVersion, startServer, stopServer
 
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
 

Constructor Detail

GenerateDeploymentPackageMojo

public GenerateDeploymentPackageMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException
Throws:
MojoExecutionException
MojoFailureException

getJarArchiver

public org.codehaus.plexus.archiver.jar.JarArchiver getJarArchiver()


Copyright © 2010. All Rights Reserved.