|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo
org.codehaus.mojo.jboss.packaging.ParMojo
public class ParMojo
Builds a deployable JBoss Process Archive.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
ParMojo()
|
Method Summary | |
---|---|
String |
getArtifactType()
Get the type of the artifact. |
File |
getDeploymentDescriptor()
Get the deployment descriptor file. |
File |
getDeploymentDescriptorDest()
|
protected void |
packageClasses()
Overrides the default implementation so classes are packaged under a subdirectory. |
protected void |
packageLib(Artifact artifact,
String name)
Overrides the default implementation to explode the depdencies into the classes directory. |
protected void |
packageResources()
Packages the par-specific resources. |
Methods inherited from class org.codehaus.mojo.jboss.packaging.AbstractPackagingMojo |
---|
buildExplodedPackaging, buildExplodedPackaging, buildSpecificPackaging, execute, getArchiveName, getClassesDirectory, getDeploymentDescriptorDestName, getLibDirectory, getOutputDirectory, getPackagingDirectory, getProject, isExplodedOnly, performPackaging |
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 |
---|
public ParMojo()
Method Detail |
---|
public String getArtifactType()
getArtifactType
in class AbstractPackagingMojo
public File getDeploymentDescriptor()
AbstractPackagingMojo
getDeploymentDescriptor
in class AbstractPackagingMojo
public File getDeploymentDescriptorDest()
getDeploymentDescriptorDest
in class AbstractPackagingMojo
protected void packageResources() throws Exception
packageResources
in class AbstractPackagingMojo
Exception
protected void packageClasses() throws Exception
packageClasses
in class AbstractPackagingMojo
Exception
protected void packageLib(Artifact artifact, String name) throws Exception
packageLib
in class AbstractPackagingMojo
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |