org.apache.maven.plugin.war.packaging
Interface WarPackagingTask

All Known Implementing Classes:
AbstractWarPackagingTask, ArtifactsPackagingTask, ClassesPackagingTask, DependenciesAnalysisPackagingTask, OverlayPackagingTask, WarProjectPackagingTask

public interface WarPackagingTask

The base packaging task.

Version:
$Id: WarPackagingTask.java 682908 2008-08-05 19:57:49Z hboutemy $
Author:
Stephane Nicoll

Method Summary
 void performPackaging(WarPackagingContext context)
          Performs the packaging for the specified task.
 

Method Detail

performPackaging

void performPackaging(WarPackagingContext context)
                      throws MojoExecutionException,
                             MojoFailureException
Performs the packaging for the specified task.

The task is responsible to update the packaging context, namely with the files that have been copied.

Parameters:
context - the packaging context
Throws:
MojoExecutionException - if an error occurred
MojoFailureException - if the project configuration is invalid


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.