public class ESBMojo extends AbstractPackagingMojo
Constructor and Description |
---|
ESBMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildSpecificPackaging(Set excludes)
Perform any packaging specific to this type.
|
String |
getArtifactType()
Get the type of the artifact.
|
File |
getDeploymentDescriptor()
Get the deployment descriptor file.
|
buildExplodedPackaging, buildExplodedPackaging, execute, getArchiveName, getClassesDirectory, getDeploymentDescriptorDest, getDeploymentDescriptorDestName, getLibDirectory, getOutputDirectory, getPackagingDirectory, getProject, isExplodedOnly, packageClasses, packageLib, packageResources, performPackaging
protected void buildSpecificPackaging(Set excludes) throws org.apache.maven.plugin.MojoExecutionException
buildSpecificPackaging
in class AbstractPackagingMojo
excludes
- The exclude list.org.apache.maven.plugin.MojoExecutionException
- For plugin failures.MojoFailureException
- For unexpected plugin failures.IOException
- For exceptions during IO operations.public File getDeploymentDescriptor()
AbstractPackagingMojo
getDeploymentDescriptor
in class AbstractPackagingMojo
public String getArtifactType()
getArtifactType
in class AbstractPackagingMojo
Copyright © 2006-2012 Codehaus. All Rights Reserved.