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.

Author:
Stephane Nicoll

Method Summary
 void performPostPackaging(WarPackagingContext context)
          Executes the post packaging task.
 

Method Detail

performPostPackaging

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.

Parameters:
context - the packaging context
Throws:
org.apache.maven.plugin.MojoExecutionException - if an error occured
org.apache.maven.plugin.MojoFailureException - if a falure occured


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.