public class ArtifactsPackagingTask extends AbstractWarPackagingTask
Modifier and Type | Field and Description |
---|---|
static String |
EXTENSIONS_PATH
The
extensions path. |
static String |
MODULES_PATH
The
modules path. |
static String |
SERVICES_PATH
The
services path. |
static String |
TLD_PATH
The
tld path. |
CLASSES_PATH, DEFAULT_INCLUDES, LIB_PATH, META_INF_PATH, WEB_INF_PATH
Constructor and Description |
---|
ArtifactsPackagingTask(Set<org.apache.maven.artifact.Artifact> artifacts,
Overlay currentProjectOverlay) |
Modifier and Type | Method and Description |
---|---|
void |
performPackaging(WarPackagingContext context)
Performs the packaging for the specified task.
|
copyFile, copyFile, copyFiles, copyFiles, copyFilteredFile, doUnpack, getArtifactFinalName, getEncoding, getFilesToIncludes, getFilesToIncludes
public static final String TLD_PATH
tld
path.public static final String SERVICES_PATH
services
path.public static final String MODULES_PATH
modules
path.public static final String EXTENSIONS_PATH
extensions
path.public void performPackaging(WarPackagingContext context) throws org.apache.maven.plugin.MojoExecutionException
WarPackagingTask
context
- the packaging contextorg.apache.maven.plugin.MojoExecutionException
- if an error occurredCopyright © 2002–2023 The Apache Software Foundation. All rights reserved.