Package | Description |
---|---|
org.apache.maven.plugins.war.packaging |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWarPackagingTask.copyFile(String sourceId,
WarPackagingContext context,
File file,
String targetFilename)
Copy the specified file if the target location has not yet already been used.
|
protected void |
AbstractWarPackagingTask.copyFile(String sourceId,
WarPackagingContext context,
File file,
String targetFilename)
Copy the specified file if the target location has not yet already been used.
|
protected boolean |
AbstractWarPackagingTask.copyFile(WarPackagingContext context,
File source,
File destination,
String targetFilename,
boolean onlyIfModified)
Copy file from source to destination.
|
protected boolean |
AbstractWarPackagingTask.copyFile(WarPackagingContext context,
File source,
File destination,
String targetFilename,
boolean onlyIfModified)
Copy file from source to destination.
|
protected void |
AbstractWarPackagingTask.copyFiles(String sourceId,
WarPackagingContext context,
File sourceBaseDir,
PathSet sourceFilesSet,
boolean filtered)
Copies the files if possible as is.
|
protected void |
AbstractWarPackagingTask.copyFiles(String sourceId,
WarPackagingContext context,
File sourceBaseDir,
PathSet sourceFilesSet,
boolean filtered)
Copies the files if possible as is.
|
protected void |
AbstractWarPackagingTask.copyFiles(String sourceId,
WarPackagingContext context,
File sourceBaseDir,
PathSet sourceFilesSet,
String targetPrefix,
boolean filtered)
Copies the files if possible with an optional target prefix.
|
protected void |
AbstractWarPackagingTask.copyFiles(String sourceId,
WarPackagingContext context,
File sourceBaseDir,
PathSet sourceFilesSet,
String targetPrefix,
boolean filtered)
Copies the files if possible with an optional target prefix.
|
protected boolean |
AbstractWarPackagingTask.copyFilteredFile(String sourceId,
WarPackagingContext context,
File file,
String targetFilename)
Copy the specified file if the target location has not yet already been used and filter its content with the
configured filter properties.
|
protected boolean |
AbstractWarPackagingTask.copyFilteredFile(String sourceId,
WarPackagingContext context,
File file,
String targetFilename)
Copy the specified file if the target location has not yet already been used and filter its content with the
configured filter properties.
|
void |
WarProjectPackagingTask.copyResources(WarPackagingContext context,
org.apache.maven.model.Resource resource)
Copies webapp webResources from the specified directory.
|
void |
WarProjectPackagingTask.copyResources(WarPackagingContext context,
org.apache.maven.model.Resource resource)
Copies webapp webResources from the specified directory.
|
protected void |
AbstractWarPackagingTask.doUnpack(WarPackagingContext context,
File file,
File unpackDirectory)
Unpacks the specified file to the specified directory.
|
protected void |
AbstractWarPackagingTask.doUnpack(WarPackagingContext context,
File file,
File unpackDirectory)
Unpacks the specified file to the specified directory.
|
protected void |
ClassesPackagingTask.generateJarArchive(WarPackagingContext context) |
protected void |
ClassesPackagingTask.generateJarArchive(WarPackagingContext context) |
protected String |
AbstractWarPackagingTask.getArtifactFinalName(WarPackagingContext context,
org.apache.maven.artifact.Artifact artifact)
Returns the final name of the specified artifact.
|
protected String |
AbstractWarPackagingTask.getArtifactFinalName(WarPackagingContext context,
org.apache.maven.artifact.Artifact artifact)
Returns the final name of the specified artifact.
|
protected File |
OverlayPackagingTask.getOverlayTempDirectory(WarPackagingContext context,
Overlay overlay)
Returns the directory to use to unpack the specified overlay.
|
protected File |
OverlayPackagingTask.getOverlayTempDirectory(WarPackagingContext context,
Overlay overlay)
Returns the directory to use to unpack the specified overlay.
|
protected void |
WarProjectPackagingTask.handleArtifacts(WarPackagingContext context)
Handles the webapp artifacts.
|
protected void |
WarProjectPackagingTask.handleArtifacts(WarPackagingContext context)
Handles the webapp artifacts.
|
protected void |
WarProjectPackagingTask.handleClassesDirectory(WarPackagingContext context)
Handles the webapp classes.
|
protected void |
WarProjectPackagingTask.handleClassesDirectory(WarPackagingContext context)
Handles the webapp classes.
|
protected void |
WarProjectPackagingTask.handleDeploymentDescriptors(WarPackagingContext context,
File webinfDir,
File metainfDir,
Boolean failOnMissingWebXml)
Handles the deployment descriptors, if specified.
|
protected void |
WarProjectPackagingTask.handleDeploymentDescriptors(WarPackagingContext context,
File webinfDir,
File metainfDir,
Boolean failOnMissingWebXml)
Handles the deployment descriptors, if specified.
|
protected void |
WarProjectPackagingTask.handleWebAppSourceDirectory(WarPackagingContext context)
Handles the webapp sources.
|
protected void |
WarProjectPackagingTask.handleWebAppSourceDirectory(WarPackagingContext context)
Handles the webapp sources.
|
protected void |
WarProjectPackagingTask.handleWebResources(WarPackagingContext context)
Handles the web resources.
|
protected void |
WarProjectPackagingTask.handleWebResources(WarPackagingContext context)
Handles the web resources.
|
void |
ArtifactsPackagingTask.performPackaging(WarPackagingContext context) |
void |
ClassesPackagingTask.performPackaging(WarPackagingContext context) |
void |
CopyUserManifestTask.performPackaging(WarPackagingContext context) |
void |
OverlayPackagingTask.performPackaging(WarPackagingContext context) |
void |
WarPackagingTask.performPackaging(WarPackagingContext context)
Performs the packaging for the specified task.
|
void |
WarProjectPackagingTask.performPackaging(WarPackagingContext context) |
void |
WarProjectPackagingTask.performPackaging(WarPackagingContext context) |
void |
WarPackagingTask.performPackaging(WarPackagingContext context)
Performs the packaging for the specified task.
|
void |
OverlayPackagingTask.performPackaging(WarPackagingContext context) |
void |
CopyUserManifestTask.performPackaging(WarPackagingContext context) |
void |
ClassesPackagingTask.performPackaging(WarPackagingContext context) |
void |
ArtifactsPackagingTask.performPackaging(WarPackagingContext context) |
protected File |
OverlayPackagingTask.unpackOverlay(WarPackagingContext context,
Overlay overlay)
Unpacks the specified overlay.
|
protected File |
OverlayPackagingTask.unpackOverlay(WarPackagingContext context,
Overlay overlay)
Unpacks the specified overlay.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.