org.apache.maven.plugin.war.packaging
Class ArtifactsPackagingTask
java.lang.Object
org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
org.apache.maven.plugin.war.packaging.ArtifactsPackagingTask
- All Implemented Interfaces:
- WarPackagingTask
public class ArtifactsPackagingTask
- extends AbstractWarPackagingTask
Handles the artifacts that needs to be packaged in the web application.
- Version:
- $Id: ArtifactsPackagingTask.java 1367293 2012-07-30 20:54:56Z olamy $
- Author:
- Stephane Nicoll
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TLD_PATH
public static final String TLD_PATH
- See Also:
- Constant Field Values
SERVICES_PATH
public static final String SERVICES_PATH
- See Also:
- Constant Field Values
MODULES_PATH
public static final String MODULES_PATH
- See Also:
- Constant Field Values
EXTENSIONS_PATH
public static final String EXTENSIONS_PATH
- See Also:
- Constant Field Values
ArtifactsPackagingTask
public ArtifactsPackagingTask(Set artifacts,
Overlay currentProjectOverlay)
performPackaging
public void performPackaging(WarPackagingContext context)
throws MojoExecutionException
- Description copied from interface:
WarPackagingTask
- 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
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.