public class DependenciesAnalysisPackagingTask extends AbstractWarPackagingTask
CLASSES_PATH, DEFAULT_INCLUDES, LIB_PATH, META_INF_PATH, WEB_INF_PATH| Constructor and Description | 
|---|
DependenciesAnalysisPackagingTask()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
handleDependency(WarPackagingContext context,
                Dependency dependency,
                String notBundledMessage,
                String warOrZipMessage,
                String standardMessage,
                boolean removeFile)  | 
protected void | 
handleDependencyScope(WarPackagingContext context,
                     Dependency dependency,
                     String warOrZipMessage,
                     String standardMessage,
                     boolean removeFile)  | 
void | 
performPackaging(WarPackagingContext context)
Performs the packaging for the specified task. 
 | 
copyFile, copyFile, copyFiles, copyFiles, copyFilteredFile, doUnpack, getArtifactFinalName, getEncoding, getFilesToIncludes, getFilesToIncludespublic void performPackaging(WarPackagingContext context) throws MojoExecutionException, MojoFailureException
WarPackagingTaskcontext - the packaging contextMojoExecutionException - if an error occurredMojoFailureException - if the project configuration is invalidprotected void handleDependency(WarPackagingContext context, Dependency dependency, String notBundledMessage, String warOrZipMessage, String standardMessage, boolean removeFile)
protected void handleDependencyScope(WarPackagingContext context, Dependency dependency, String warOrZipMessage, String standardMessage, boolean removeFile)
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.