org.alfresco.maven.plugin.amp.packaging
Interface AmpPostPackagingTask

All Known Implementing Classes:
SaveAmpStructurePostPackagingTask

public interface AmpPostPackagingTask

Defines tasks that should be performed after the packaging.

Author:
Stephane Nicoll

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

Method Detail

performPostPackaging

void performPostPackaging(AmpPackagingContext 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 © 2009 Alfresco. All Rights Reserved.