org.apache.maven.plugin.war.packaging
Class DependenciesAnalysisPackagingTask
java.lang.Object
org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
org.apache.maven.plugin.war.packaging.DependenciesAnalysisPackagingTask
- All Implemented Interfaces:
- WarPackagingTask
- public class DependenciesAnalysisPackagingTask
- extends AbstractWarPackagingTask
Analyzes the dependencies of the project with its previous state and update
the target directory accordingly.
- Version:
- $Id: DependenciesAnalysisPackagingTask.java 682908 2008-08-05 19:57:49Z hboutemy $
- Author:
- Stephane Nicoll
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependenciesAnalysisPackagingTask
public DependenciesAnalysisPackagingTask()
performPackaging
public void performPackaging(WarPackagingContext context)
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- 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:
org.apache.maven.plugin.MojoFailureException - if the project configuration is invalid
org.apache.maven.plugin.MojoExecutionException - if an error occurred
handleDependency
protected void handleDependency(WarPackagingContext context,
org.apache.maven.model.Dependency dependency,
java.lang.String notBundledMessage,
java.lang.String warOrZipMessage,
java.lang.String standardMessage,
boolean removeFile)
handleDependencyScope
protected void handleDependencyScope(WarPackagingContext context,
org.apache.maven.model.Dependency dependency,
java.lang.String warOrZipMessage,
java.lang.String standardMessage,
boolean removeFile)
Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.