public class CopyUserManifestTask extends AbstractWarPackagingTask
CLASSES_PATH, DEFAULT_INCLUDES, LIB_PATH, META_INF_PATH, WEB_INF_PATH| Constructor and Description |
|---|
CopyUserManifestTask() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.plugin.logging.Log |
getLog()
Returns the logger.
|
void |
performPackaging(WarPackagingContext context)
Performs the packaging for the specified task.
|
void |
setLog(org.apache.maven.plugin.logging.Log log)
The logger.
|
copyFile, copyFile, copyFiles, copyFiles, copyFilteredFile, doUnpack, getArtifactFinalName, getEncoding, getFilesToIncludes, getFilesToIncludespublic org.apache.maven.plugin.logging.Log getLog()
public void setLog(org.apache.maven.plugin.logging.Log log)
log - the logger to setpublic void performPackaging(WarPackagingContext context) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
WarPackagingTaskcontext - the packaging contextorg.apache.maven.plugin.MojoExecutionException - if an error occurredorg.apache.maven.plugin.MojoFailureException - if the project configuration is invalidCopyright © 2002–2023 The Apache Software Foundation. All rights reserved.