performPostPackaging
public void performPostPackaging(WarPackagingContext context)
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
Executes the post packaging task.
The packaging context hold all information regarding the webapp that has been packaged.
- Specified by:
performPostPackaging
in interface WarPostPackagingTask
- Parameters:
context
- the packaging context
- Throws:
org.apache.maven.plugin.MojoExecutionException
- if an error occurred
org.apache.maven.plugin.MojoFailureException
- if a failure occurred