|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use WarPackagingContext | |
| org.apache.maven.plugin.war.packaging | |
| Uses of WarPackagingContext in org.apache.maven.plugin.war.packaging |
| Methods in org.apache.maven.plugin.war.packaging with parameters of type WarPackagingContext | |
void |
WarProjectPackagingTask.performPackaging(WarPackagingContext context)
|
protected void |
WarProjectPackagingTask.handleWebResources(WarPackagingContext context)
Handles the web resources. |
protected void |
WarProjectPackagingTask.handeWebAppSourceDirectory(WarPackagingContext context)
Handles the webapp sources. |
protected void |
WarProjectPackagingTask.handleArtifacts(WarPackagingContext context)
Handles the webapp artifacts. |
protected void |
WarProjectPackagingTask.handleClassesDirectory(WarPackagingContext context)
Handles the webapp classes. |
protected void |
WarProjectPackagingTask.handleDeploymentDescriptors(WarPackagingContext context,
java.io.File webinfDir,
java.io.File metainfDir)
Handles the deployment descriptors, if specified. |
void |
WarProjectPackagingTask.copyResources(WarPackagingContext context,
org.apache.maven.model.Resource resource)
Copies webapp webResources from the specified directory. |
void |
WarPostPackagingTask.performPostPackaging(WarPackagingContext context)
Executes the post packaging task. |
void |
WarPackagingTask.performPackaging(WarPackagingContext context)
Performs the packaging for the specified task. |
void |
SaveWebappStructurePostPackagingTask.performPostPackaging(WarPackagingContext context)
|
void |
OverlayPackagingTask.performPackaging(WarPackagingContext context)
|
protected java.io.File |
OverlayPackagingTask.unpackOverlay(WarPackagingContext context,
Overlay overlay)
Unpacks the specified overlay. |
protected java.io.File |
OverlayPackagingTask.getOverlayTempDirectory(WarPackagingContext context,
Overlay overlay)
Returns the directory to use to unpack the specified overlay. |
void |
DependenciesAnalysisPackagingTask.performPackaging(WarPackagingContext context)
|
protected void |
DependenciesAnalysisPackagingTask.handleDependency(WarPackagingContext context,
org.apache.maven.model.Dependency dependency,
java.lang.String notBundledMessage,
java.lang.String warOrZipMessage,
java.lang.String standardMessage,
boolean removeFile)
|
protected void |
DependenciesAnalysisPackagingTask.handleDependencyScope(WarPackagingContext context,
org.apache.maven.model.Dependency dependency,
java.lang.String warOrZipMessage,
java.lang.String standardMessage,
boolean removeFile)
|
void |
ClassesPackagingTask.performPackaging(WarPackagingContext context)
|
protected void |
ClassesPackagingTask.generateJarArchive(WarPackagingContext context)
|
void |
ArtifactsPackagingTask.performPackaging(WarPackagingContext context)
|
protected void |
AbstractWarPackagingTask.copyFiles(java.lang.String sourceId,
WarPackagingContext context,
java.io.File sourceBaseDir,
PathSet sourceFilesSet,
java.lang.String targetPrefix,
boolean filtered)
Copies the files if possible with an optional target prefix. |
protected void |
AbstractWarPackagingTask.copyFiles(java.lang.String sourceId,
WarPackagingContext context,
java.io.File sourceBaseDir,
PathSet sourceFilesSet,
boolean filtered)
Copies the files if possible as is. |
protected void |
AbstractWarPackagingTask.copyFile(java.lang.String sourceId,
WarPackagingContext context,
java.io.File file,
java.lang.String targetFilename)
Copy the specified file if the target location has not yet already been used. |
protected boolean |
AbstractWarPackagingTask.copyFilteredFile(java.lang.String sourceId,
WarPackagingContext context,
java.io.File file,
java.lang.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 void |
AbstractWarPackagingTask.doUnpack(WarPackagingContext context,
java.io.File file,
java.io.File unpackDirectory)
Unpacks the specified file to the specified directory. |
protected boolean |
AbstractWarPackagingTask.copyFile(WarPackagingContext context,
java.io.File source,
java.io.File destination,
java.lang.String targetFilename,
boolean onlyIfModified)
Copy file from source to destination. |
protected java.lang.String |
AbstractWarPackagingTask.getArtifactFinalName(WarPackagingContext context,
org.apache.maven.artifact.Artifact artifact)
Returns the final name of the specified artifact. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||