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, performPackagingprotected void buildSpecificPackaging(Set excludes) throws org.apache.maven.plugin.MojoExecutionException
buildSpecificPackaging in class AbstractPackagingMojoexcludes - 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()
AbstractPackagingMojogetDeploymentDescriptor in class AbstractPackagingMojopublic String getArtifactType()
getArtifactType in class AbstractPackagingMojoCopyright © 2006-2012 Codehaus. All Rights Reserved.