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.java 682908 2008-08-05 19:57:49Z hboutemy $
Author:
Stephane Nicoll

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

Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.