|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
org.apache.maven.plugin.war.packaging.ArtifactsPackagingTask
public class ArtifactsPackagingTask
Handles the artifacts that needs to be packaged in the web application.
Field Summary | |
---|---|
static java.lang.String |
SERVICES_PATH
|
static java.lang.String |
TLD_PATH
|
Fields inherited from class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask |
---|
CLASSES_PATH, DEFAULT_INCLUDES, LIB_PATH, META_INF_PATH, WEB_INF_PATH |
Constructor Summary | |
---|---|
ArtifactsPackagingTask(java.util.Set artifacts)
|
Method Summary | |
---|---|
void |
performPackaging(WarPackagingContext context)
Performs the packaging for the specified task. |
Methods inherited from class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask |
---|
copyFile, copyFile, copyFiles, copyFiles, copyFilteredFile, doUnpack, getArtifactFinalName, getFilesToIncludes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TLD_PATH
public static final java.lang.String SERVICES_PATH
Constructor Detail |
---|
public ArtifactsPackagingTask(java.util.Set artifacts)
Method Detail |
---|
public void performPackaging(WarPackagingContext context) throws org.apache.maven.plugin.MojoExecutionException
WarPackagingTask
context
- the packaging context
org.apache.maven.plugin.MojoExecutionException
- if an error occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |