org.apache.maven.plugin.war.packaging
Class SaveWebappStructurePostPackagingTask
java.lang.Object
org.apache.maven.plugin.war.packaging.SaveWebappStructurePostPackagingTask
- All Implemented Interfaces:
- WarPostPackagingTask
public class SaveWebappStructurePostPackagingTask
- extends Object
- implements WarPostPackagingTask
Saves the webapp structure cache.
- Version:
- $Id: SaveWebappStructurePostPackagingTask.html 868453 2013-07-05 11:25:41Z olamy $
- Author:
- Stephane Nicoll
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaveWebappStructurePostPackagingTask
public SaveWebappStructurePostPackagingTask(File targetFile)
performPostPackaging
public void performPostPackaging(WarPackagingContext context)
throws MojoExecutionException,
MojoFailureException
- Description copied from interface:
WarPostPackagingTask
- Executes the post packaging task.
The packaging context hold all information regarding the webapp that
has been packaged.
- Specified by:
performPostPackaging
in interface WarPostPackagingTask
- Parameters:
context
- the packaging context
- Throws:
MojoExecutionException
- if an error occurred
MojoFailureException
- if a failure occurred
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.