Package com.xebialabs.deployit.maven
Class GenerateDeploymentPackageMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.xebialabs.deployit.maven.AbstractDeployitMojo
-
- com.xebialabs.deployit.maven.GenerateDeploymentPackageMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public class GenerateDeploymentPackageMojo extends AbstractDeployitMojo
Build up the Deployit Deployment Package- Author:
- Benoit Moussaud
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanattachDarAttach the generated dar artifact using 'deployit' as classifier.org.apache.maven.project.MavenProjectHelpermavenProjectHelper-
Fields inherited from class com.xebialabs.deployit.maven.AbstractDeployitMojo
applicationName, cancelTaskOnError, communicator, deletePreviouslyDeployedDar, deployables, deployeds, deploymentPackageProperties, environment, environmentId, explicitDeployeds, failIfNoStepsAreGenerated, generateDeployedOnUpgrade, mainArtifactName, orchestrator, packageVersion, password, port, project, reactorProjects, secured, serverAddress, skipMode, socketTimeout, testMode, timestampedVersion, username
-
-
Constructor Summary
Constructors Constructor Description GenerateDeploymentPackageMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidsetAttachDar(boolean attachDar)-
Methods inherited from class com.xebialabs.deployit.maven.AbstractDeployitMojo
boot, getAuthenticationInfo, getDeployables, getDeploymentHelper, getDeploymentPackageProperties, getPackageVersion, getPassword, getProject, getSettings, getSettingsDecrypter, getUsername, getVersionChecker, hasDeployeds, isTimestampedVersion, setDeletePreviouslyDeployedDar, setDeploymentHelper, setEnvironment, setEnvironmentId, setExplicitDeployeds, setGenerateDeployedOnUpgrade, setMainArtifactName, setPackageVersion, setPort, setProject, setSettings, setSettingsDecrypter, setTestMode, setTimestampedVersion, setVersionChecker, shutdown
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
setAttachDar
public void setAttachDar(boolean attachDar)
-
-