com.xebialabs.deployit.maven
Class DeployMojo

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

public class DeployMojo
extends AbstractDeployitMojo

Deploy artifacts to the target environment.

Author:
Benoit Moussaud
Is configured to the role hint:
override
Is defined by the goal name:
deploy
Is bound to the specified phase of the standard build lifecycle:
pre-integration-test

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

DeployMojo

public DeployMojo()
Method Detail

execute

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


Copyright © 2010. All Rights Reserved.