Interface WarPackagingTask
-
- All Known Implementing Classes:
AbstractWarPackagingTask,ArtifactsPackagingTask,ClassesPackagingTask,CopyUserManifestTask,OverlayPackagingTask,WarProjectPackagingTask
public interface WarPackagingTaskThe base packaging task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperformPackaging(WarPackagingContext context)Performs the packaging for the specified task.
-
-
-
Method Detail
-
performPackaging
void performPackaging(WarPackagingContext context) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
Performs the packaging for the specified task. The task is responsible to update the packaging context, namely with the files that have been copied.- Parameters:
context- the packaging context- Throws:
org.apache.maven.plugin.MojoExecutionException- if an error occurredorg.apache.maven.plugin.MojoFailureException- if the project configuration is invalid
-
-