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.html 868453 2013-07-05 11:25:41Z olamy $
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–2013 The Apache Software Foundation. All rights reserved.