org.apache.maven.plugin.war.packaging
Interface WarPostPackagingTask
- All Known Implementing Classes:
- SaveWebappStructurePostPackagingTask
public interface WarPostPackagingTask
Defines tasks that should be performed after the packaging.
- Version:
- $Id: WarPostPackagingTask.html 868453 2013-07-05 11:25:41Z olamy $
- Author:
- Stephane Nicoll
performPostPackaging
void performPostPackaging(WarPackagingContext context)
throws MojoExecutionException,
MojoFailureException
- Executes the post packaging task.
The packaging context hold all information regarding the webapp that
has been packaged.
- Parameters:
context
- the packaging context
- Throws:
MojoExecutionException
- if an error occurred
MojoFailureException
- if a failure occurred
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.