Skip navigation links
A B C D E F G H I J L M N O P R S T U W 

A

AbstractWarMojo - Class in org.apache.maven.plugins.war
Contains common jobs for WAR mojos.
AbstractWarMojo() - Constructor for class org.apache.maven.plugins.war.AbstractWarMojo
 
AbstractWarMojo.DefaultWarPackagingContext - Class in org.apache.maven.plugins.war
WarPackagingContext default implementation
AbstractWarPackagingTask - Class in org.apache.maven.plugins.war.packaging
 
AbstractWarPackagingTask() - Constructor for class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
 
add(String) - Method in class org.apache.maven.plugins.war.util.PathSet
Normalizes and adds given path to the set.
addAll(Collection<String>, String) - Method in class org.apache.maven.plugins.war.util.PathSet
Normalizes and adds given paths (collection of strings) to the set.
addAll(String[], String) - Method in class org.apache.maven.plugins.war.util.PathSet
Normalizes and adds given paths to the set.
addAll(PathSet, String) - Method in class org.apache.maven.plugins.war.util.PathSet
Adds given paths to the set.
addAll(Collection<String>) - Method in class org.apache.maven.plugins.war.util.PathSet
Normalizes and adds given paths (collection of strings) to the set.
addAll(String[]) - Method in class org.apache.maven.plugins.war.util.PathSet
Normalizes and adds given paths to the set.
addAll(PathSet) - Method in class org.apache.maven.plugins.war.util.PathSet
Adds given paths to the set.
addAllFilesInDirectory(File, String) - Method in class org.apache.maven.plugins.war.util.PathSet
Adds to the set all files in the given directory
addOverlay(Overlay) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
addPrefix(String) - Method in class org.apache.maven.plugins.war.util.PathSet
Adds given prefix to all paths in the set.
allFiles - Variable in class org.apache.maven.plugins.war.util.WebappStructure
 
alreadyRegistered(String, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has already been registered.
analyseDependencies(WebappStructure.DependenciesAnalysisCallback) - Method in class org.apache.maven.plugins.war.util.WebappStructure
Analyze the dependencies of the project using the specified callback.
append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.war.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.
archive - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The archive configuration to use.
archiveClasses - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
Whether a JAR file will be created for the classes in the webapp.
archiveClasses() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Specify whether the classes resources should be archived in the WEB-INF/lib of the generated web app.
archiveClasses() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Specify whether the classes resources should be archived in the WEB-INF/lib of the generated web app.
archiverManager - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
To look up Archiver/UnArchiver implementations.
artifact - Variable in class org.apache.maven.plugins.war.Overlay
 
artifactFactory - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
 
artifactFactory - Variable in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
 
artifactId - Variable in class org.apache.maven.plugins.war.Overlay
 
artifacts - Variable in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
 
artifactsOverlays - Variable in class org.apache.maven.plugins.war.overlay.OverlayManager
 
ArtifactsPackagingTask - Class in org.apache.maven.plugins.war.packaging
Handles the artifacts that needs to be packaged in the web application.
ArtifactsPackagingTask(Set<Artifact>, Overlay) - Constructor for class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
 
attachClasses - Variable in class org.apache.maven.plugins.war.WarMojo
Whether classes (that is the content of the WEB-INF/classes directory) should be attached to the project as an additional artifact.

B

build() - Method in class org.apache.maven.plugins.war.HelpMojo
 
buildExplodedWebapp(File) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
buildWebapp(MavenProject, File) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
Builds the webapp for the specified project with the new packaging task thingy.

C

cache - Variable in class org.apache.maven.plugins.war.util.WebappStructure
 
cacheFile - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The file containing the webapp structure cache.
CLASSES_PATH - Static variable in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
The classes path.
classesClassifier - Variable in class org.apache.maven.plugins.war.WarMojo
The classifier to use for the attached classes artifact.
classesDirectory - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The directory containing compiled classes.
ClassesPackager - Class in org.apache.maven.plugins.war.util
Packages the content of the classes directory.
ClassesPackager() - Constructor for class org.apache.maven.plugins.war.util.ClassesPackager
Creates a new instance.
ClassesPackagingTask - Class in org.apache.maven.plugins.war.packaging
Handles the classes directory that needs to be packaged in the web application.
ClassesPackagingTask(Overlay) - Constructor for class org.apache.maven.plugins.war.packaging.ClassesPackagingTask
 
classifier - Variable in class org.apache.maven.plugins.war.Overlay
 
classifier - Variable in class org.apache.maven.plugins.war.WarMojo
Classifier to add to the generated WAR.
compareOverlayWithArtifact(Overlay, Artifact) - Method in class org.apache.maven.plugins.war.overlay.OverlayManager
Compare groupId && artifactId && type && classifier.
containerConfigXML - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The path to a configuration file for the servlet container.
containerConfigXML - Variable in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
 
contains(String) - Method in class org.apache.maven.plugins.war.util.PathSet
Checks if the set constains given path.
context - Variable in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask.DependenciesAnalysisCallbackImpl
 
copyFile(String, WarPackagingContext, File, String) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Copy the specified file if the target location has not yet already been used.
copyFile(WarPackagingContext, File, File, String, boolean) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Copy file from source to destination.
copyFiles(String, WarPackagingContext, File, PathSet, String, boolean) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Copies the files if possible with an optional target prefix.
copyFiles(String, WarPackagingContext, File, PathSet, boolean) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Copies the files if possible as is.
copyFilteredFile(String, WarPackagingContext, File, String) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Copy the specified file if the target location has not yet already been used and filter its content with the configured filter properties.
copyResources(WarPackagingContext, Resource) - Method in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
Copies webapp webResources from the specified directory.
CopyUserManifestTask - Class in org.apache.maven.plugins.war.packaging
 
CopyUserManifestTask() - Constructor for class org.apache.maven.plugins.war.packaging.CopyUserManifestTask
 
createDependenciesInfoList(List<Dependency>) - Method in class org.apache.maven.plugins.war.util.WebappStructure
 
createInstance() - Static method in class org.apache.maven.plugins.war.Overlay
 
currentProjectOverlay - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
 
currentProjectOverlay - Variable in class org.apache.maven.plugins.war.packaging.ClassesPackagingTask
 
currentProjectOverlay - Variable in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
 

D

DEFAULT_EXCLUDES - Static variable in class org.apache.maven.plugins.war.Overlay
The list of default excludes.
DEFAULT_INCLUDES - Static variable in class org.apache.maven.plugins.war.Overlay
The list of default includes.
DEFAULT_INCLUDES - Static variable in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
The default list of includes.
DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugins.war.HelpMojo
 
DefaultOverlay - Class in org.apache.maven.plugins.war.overlay
A default overlay implementation based on an Artifact.
DefaultOverlay(Artifact) - Constructor for class org.apache.maven.plugins.war.overlay.DefaultOverlay
Creates an overlay for the specified artifact.
DefaultOverlay(Artifact, String[], String[]) - Constructor for class org.apache.maven.plugins.war.overlay.DefaultOverlay
Creates an overlay for the specified artifact.
DefaultWarPackagingContext(File, WebappStructure, OverlayManager, List<FileUtils.FilterWrapper>, List<String>, boolean, ArtifactFactory, String, boolean) - Constructor for class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
 
delimiters - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
Set of delimiters for expressions to filter within the resources.
DependenciesAnalysisCallbackImpl(WarPackagingContext) - Constructor for class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask.DependenciesAnalysisCallbackImpl
 
DependenciesAnalysisPackagingTask - Class in org.apache.maven.plugins.war.packaging
Analyzes the dependencies of the project with its previous state and update the target directory accordingly.
DependenciesAnalysisPackagingTask() - Constructor for class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask
 
DependenciesAnalysisPackagingTask.DependenciesAnalysisCallbackImpl - Class in org.apache.maven.plugins.war.packaging
 
dependenciesInfo - Variable in class org.apache.maven.plugins.war.util.WebappStructure
 
dependency - Variable in class org.apache.maven.plugins.war.util.DependencyInfo
 
dependencyEquals(Dependency, Dependency) - Static method in class org.apache.maven.plugins.war.util.WarUtils
 
DependencyInfo - Class in org.apache.maven.plugins.war.util
Holds a dependency and packaging information.
DependencyInfo(Dependency) - Constructor for class org.apache.maven.plugins.war.util.DependencyInfo
Creates a new instance.
dependentWarExcludes - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The comma separated list of tokens to exclude when doing a WAR overlay.
dependentWarIncludes - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The comma separated list of tokens to include when doing a WAR overlay.
detail - Variable in class org.apache.maven.plugins.war.HelpMojo
If true, display all settable properties for each goal.
doRegister(String, String) - Method in class org.apache.maven.plugins.war.util.WebappStructure
 
doUnpack(WarPackagingContext, File, File) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Unpacks the specified file to the specified directory.

E

equals(Object) - Method in class org.apache.maven.plugins.war.Overlay
equals(Object) - Method in class org.apache.maven.plugins.war.util.DependencyInfo
escapedBackslashesInFilePath - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
To escape interpolated values with Windows path c:\foo\bar will be replaced with c:\\foo\\bar.
escapeString - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
Expression preceded with this String won't be interpolated.
excludes - Variable in class org.apache.maven.plugins.war.Overlay
 
execute() - Method in class org.apache.maven.plugins.war.HelpMojo
execute() - Method in class org.apache.maven.plugins.war.WarExplodedMojo
execute() - Method in class org.apache.maven.plugins.war.WarInPlaceMojo
execute() - Method in class org.apache.maven.plugins.war.WarMojo
Executes the WarMojo on the current project.
EXTENSIONS_PATH - Static variable in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
The extensions path.

F

failOnMissingWebXml - Variable in class org.apache.maven.plugins.war.WarMojo
Whether or not to fail the build if the web.xml file is missing.
filtered - Variable in class org.apache.maven.plugins.war.Overlay
 
filteringDeploymentDescriptors - Variable in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
 
filteringDeploymentDescriptors - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
To filter deployment descriptors.
filters - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
Filters (property files) to include during the interpolation of the pom.xml.
filterWrappers - Variable in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
 
findDependency(Dependency, List<Dependency>) - Method in class org.apache.maven.plugins.war.util.WebappStructure
Find a dependency that is similar from the specified dependency.
findDuplicates(WarPackagingContext, Set<Artifact>) - Method in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
Searches a set of artifacts for duplicate filenames and returns a list of duplicates.
findNamedChild(Node, String) - Method in class org.apache.maven.plugins.war.HelpMojo
 
findSingleChild(Node, String) - Method in class org.apache.maven.plugins.war.HelpMojo
 

G

generateJarArchive(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.ClassesPackagingTask
 
getArchive() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
The maven archive configuration to use.
getArchive() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getArchive() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
The maven archive configuration to use.
getArchiverManager() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the archiver manager to use.
getArchiverManager() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the archiver manager to use.
getArtifact() - Method in class org.apache.maven.plugins.war.Overlay
 
getArtifact(MavenProject, Dependency) - Static method in class org.apache.maven.plugins.war.util.WarUtils
 
getArtifactFactory() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
getArtifactFactory() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getArtifactFactory() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
 
getArtifactFinalName(WarPackagingContext, Artifact) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Returns the final name of the specified artifact.
getArtifactId() - Method in class org.apache.maven.plugins.war.Overlay
 
getAssociatedArtifact(Overlay) - Method in class org.apache.maven.plugins.war.overlay.OverlayManager
Returns the Artifact associated to the specified overlay.
getCachedTargetFileName(Dependency) - Method in class org.apache.maven.plugins.war.util.WebappStructure
Returns the cached target file name that matches the specified dependency, that is the target file name of the previous run.
getCacheFile() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getClassesClassifier() - Method in class org.apache.maven.plugins.war.WarMojo
 
getClassesDirectory() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the directory holding generated classes.
getClassesDirectory() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getClassesDirectory() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the directory holding generated classes.
getClassesDirectory(File) - Method in class org.apache.maven.plugins.war.util.ClassesPackager
Returns the classes directory from the specified webapp directory.
getClassifier() - Method in class org.apache.maven.plugins.war.Overlay
 
getClassifier() - Method in class org.apache.maven.plugins.war.WarMojo
 
getContainerConfigXML() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getCurrentProjectOverlay() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getDependencies() - Method in class org.apache.maven.plugins.war.util.WebappStructure
Returns the dependencies of the project.
getDependenciesInfo() - Method in class org.apache.maven.plugins.war.util.WebappStructure
Returns the list of DependencyInfo for the project.
getDependency() - Method in class org.apache.maven.plugins.war.util.DependencyInfo
Returns the dependency.
getDependentWarExcludes() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
Returns a string array of the excludes to be used when adding dependent WAR as an overlay onto this WAR.
getDependentWarIncludes() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
Returns a string array of the includes to be used when adding dependent WARs as an overlay onto this WAR.
getEncoding(File) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Get the encoding from an XML-file.
getExcludes() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
Returns a string array of the excludes to be used when copying the content of the WAR source directory.
getExcludes() - Method in class org.apache.maven.plugins.war.Overlay
 
getFilesToCopy(Resource) - Method in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
Returns a list of filenames that should be copied over to the destination directory.
getFilesToIncludes(File, String[], String[]) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Returns the file to copy.
getFilesToIncludes(File, String[], String[], boolean) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Returns the file to copy.
getFilters() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the list of filter files to use.
getFilters() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getFilters() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the list of filter files to use.
getFilterWrappers() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
getFilterWrappers() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
 
getFullStructure() - Method in class org.apache.maven.plugins.war.util.WebappStructure
Returns all paths that have been registered so far.
getGroupId() - Method in class org.apache.maven.plugins.war.Overlay
 
getId() - Method in class org.apache.maven.plugins.war.Overlay
 
getIncludes() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
Returns a string array of the includes to be used when assembling/copying the WAR.
getIncludes() - Method in class org.apache.maven.plugins.war.Overlay
 
getIndentLevel(String) - Static method in class org.apache.maven.plugins.war.HelpMojo
Gets the indentation level of the specified line.
getJarArchiver() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the Jar archiver needed for archiving classes directory into jar file under WEB-INF/lib.
getJarArchiver() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getJarArchiver() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the Jar archiver needed for archiving classes directory into jar file under WEB-INF/lib.
getLog() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the logger to use to output logging event.
getLog() - Method in class org.apache.maven.plugins.war.packaging.CopyUserManifestTask
 
getLog() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the logger to use to output logging event.
getMavenFileFilter() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the MavenFileFilter instance to use.
getMavenFileFilter() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the MavenFileFilter instance to use.
getNonFilteredFileExtensions() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getOutputDirectory() - Method in class org.apache.maven.plugins.war.WarMojo
 
getOutputFileNameMapping() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the output file name mapping to use, if any.
getOutputFileNameMapping() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getOutputFileNameMapping() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the output file name mapping to use, if any.
getOverlayIds() - Method in class org.apache.maven.plugins.war.overlay.OverlayManager
Returns the id of the resolved overlays.
getOverlays() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getOverlays() - Method in class org.apache.maven.plugins.war.overlay.OverlayManager
Returns the resolved overlays.
getOverlaysAsArtifacts() - Method in class org.apache.maven.plugins.war.overlay.OverlayManager
Returns a list of WAR Artifact describing the overlays of the current project.
getOverlaysWorkDirectory() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the directory to unpack dependent WARs into if needed.
getOverlaysWorkDirectory() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the directory to unpack dependent WARs into if needed.
getOverlayTempDirectory(WarPackagingContext, Overlay) - Method in class org.apache.maven.plugins.war.packaging.OverlayPackagingTask
Returns the directory to use to unpack the specified overlay.
getOwner(String) - Method in class org.apache.maven.plugins.war.util.WebappStructure
Returns the owner of the specified path.
getOwnerIds() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the list of registered overlays for this session.
getOwnerIds() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the list of registered overlays for this session.
getOwners() - Method in class org.apache.maven.plugins.war.util.WebappStructure
Returns the owners.
getPackagingExcludes() - Method in class org.apache.maven.plugins.war.WarMojo
 
getPackagingIncludes() - Method in class org.apache.maven.plugins.war.WarMojo
 
getPackagingTasks(OverlayManager) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
Returns a List of the WarPackagingTask instances to invoke to perform the packaging.
getPostPackagingTasks() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
Returns a List of the WarPostPackagingTask instances to invoke to perform the post-packaging.
getProject() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the maven project.
getProject() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getProject() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the maven project.
getProjectHelper() - Method in class org.apache.maven.plugins.war.WarMojo
 
getPropertyFromExpression(String) - Method in class org.apache.maven.plugins.war.HelpMojo
 
getResourceEncoding() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the encoding to use for resources.
getResourceEncoding() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the encoding to use for resources.
getSession() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the Maven session.
getSession() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getSession() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the Maven session.
getSingleChild(Node, String) - Method in class org.apache.maven.plugins.war.HelpMojo
 
getStructure(String) - Method in class org.apache.maven.plugins.war.util.WebappStructure
Returns the list of registered files for the specified owner.
getTargetClassesFile() - Method in class org.apache.maven.plugins.war.WarMojo
 
getTargetFile(File, String, String, String) - Static method in class org.apache.maven.plugins.war.WarMojo
 
getTargetFileName() - Method in class org.apache.maven.plugins.war.util.DependencyInfo
Returns the target filen ame of the dependency.
getTargetPath() - Method in class org.apache.maven.plugins.war.Overlay
 
getTargetWarFile() - Method in class org.apache.maven.plugins.war.WarMojo
 
getType() - Method in class org.apache.maven.plugins.war.Overlay
 
getValue(Node, String) - Method in class org.apache.maven.plugins.war.HelpMojo
 
getWarArchiver() - Method in class org.apache.maven.plugins.war.WarMojo
 
getWarName() - Method in class org.apache.maven.plugins.war.WarMojo
 
getWarSourceDirectory() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getWarSourceExcludes() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getWarSourceIncludes() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getWebappDirectory() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the webapp directory.
getWebappDirectory() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getWebappDirectory() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the webapp directory.
getWebappSourceDirectory() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the main webapp source directory.
getWebappSourceDirectory() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the main webapp source directory.
getWebappSourceExcludes() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the webapp source excludes.
getWebappSourceExcludes() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the webapp source excludes.
getWebappSourceIncludes() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the webapp source includes.
getWebappSourceIncludes() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the webapp source includes.
getWebappStructure() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns the WebappStructure.
getWebappStructure() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns the WebappStructure.
getWebResources() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getWebXml() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
getWorkDirectory() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
goal - Variable in class org.apache.maven.plugins.war.HelpMojo
The name of the goal for which to show help.
groupId - Variable in class org.apache.maven.plugins.war.Overlay
 

H

handeWebAppSourceDirectory(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
Handles the webapp sources.
handleArtifacts(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
Handles the webapp artifacts.
handleClassesDirectory(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
Handles the webapp classes.
handleDependency(WarPackagingContext, Dependency, String, String, String, boolean) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask
handleDependencyScope(WarPackagingContext, Dependency, String, String, boolean) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask
handleDeploymentDescriptors(WarPackagingContext, File, File) - Method in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
Handles the deployment descriptors, if specified.
handleWebResources(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
Handles the web resources.
hashCode() - Method in class org.apache.maven.plugins.war.Overlay
hashCode() - Method in class org.apache.maven.plugins.war.util.DependencyInfo
HelpMojo - Class in org.apache.maven.plugins.war
Display help information on maven-war-plugin.
Call mvn war:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.apache.maven.plugins.war.HelpMojo
 

I

id - Variable in class org.apache.maven.plugins.war.Overlay
 
id - Variable in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
 
id - Variable in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
 
includeEmptyDirectories - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
 
includes - Variable in class org.apache.maven.plugins.war.Overlay
 
indentSize - Variable in class org.apache.maven.plugins.war.HelpMojo
The number of spaces per indentation level, should be positive.
initialize(String[], String[], Overlay) - Method in class org.apache.maven.plugins.war.overlay.OverlayManager
Initializes the manager and validates the overlays configuration.
InvalidOverlayConfigurationException - Exception in org.apache.maven.plugins.war.overlay
Thrown if the overlay configuration is invalid.
InvalidOverlayConfigurationException(String) - Constructor for exception org.apache.maven.plugins.war.overlay.InvalidOverlayConfigurationException
 
InvalidOverlayConfigurationException(String, Throwable) - Constructor for exception org.apache.maven.plugins.war.overlay.InvalidOverlayConfigurationException
 
isArchiveClasses() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
isAttachClasses() - Method in class org.apache.maven.plugins.war.WarMojo
 
isCurrentProject() - Method in class org.apache.maven.plugins.war.Overlay
Specify whether this overlay represents the current project or not.
isFailOnMissingWebXml() - Method in class org.apache.maven.plugins.war.WarMojo
 
isFiltered() - Method in class org.apache.maven.plugins.war.Overlay
 
isFilteringDeploymentDescriptors() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
isFilteringDeploymentDescriptors() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
 
isIncludeEmptyDirectories() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
isNonFilteredExtension(String) - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Specify if the given fileName belongs to the list of extensions that must not be filtered
isNonFilteredExtension(String) - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Specify if the given fileName belongs to the list of extensions that must not be filtered
isNotEmpty(String) - Static method in class org.apache.maven.plugins.war.HelpMojo
 
isPrimaryArtifact() - Method in class org.apache.maven.plugins.war.WarMojo
 
isProjectUsingAtLeastServlet30() - Method in class org.apache.maven.plugins.war.WarMojo
Determines if the current Maven project being built uses the Servlet 3.0 API (JSR 315).
isRecompressZippedFiles() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
isRegistered(String) - Method in class org.apache.maven.plugins.war.util.WebappStructure
Specify if the specified path is registered or not.
isRelated(Artifact, Dependency) - Static method in class org.apache.maven.plugins.war.util.WarUtils
 
isSkip() - Method in class org.apache.maven.plugins.war.WarMojo
 
isUseCache() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
isUseJvmChmod() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
isUseJvmChmod() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
 
isWebappSourceIncludeEmptyDirectories() - Method in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
Returns true if empty directories should be includes, othewrwise false
isWebappSourceIncludeEmptyDirectories() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
Returns true if empty directories should be includes, othewrwise false
isXmlFile(File) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
Returns true if the File-object is a file (not a directory) that is not null and has a file name that ends in ".xml".
iterator() - Method in class org.apache.maven.plugins.war.util.PathSet
Returns iterator of normalized paths (strings)

J

jarArchiver - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The JAR archiver needed for archiving the classes directory into a JAR file under WEB-INF/lib.

L

LIB_PATH - Static variable in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
The lib path.
lineLength - Variable in class org.apache.maven.plugins.war.HelpMojo
The maximum length of a display line, should be positive.
log - Variable in class org.apache.maven.plugins.war.packaging.CopyUserManifestTask
Instance logger

M

matchDependency(List<Dependency>, Dependency) - Method in class org.apache.maven.plugins.war.util.WebappStructure
 
mavenFileFilter - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
 
mavenResourcesFiltering - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
 
META_INF - Static variable in class org.apache.maven.plugins.war.AbstractWarMojo
 
META_INF_PATH - Static variable in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
The META-INF path.
MODULES_PATH - Static variable in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
The modules path.

N

newDependency(Dependency) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask.DependenciesAnalysisCallbackImpl
 
newDependency(Dependency) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.DependenciesAnalysisCallback
Called if a new dependency has been added since the last build.
nonFilteredFileExtensions - Variable in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
 
nonFilteredFileExtensions - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
A list of file extensions that should not be filtered.
normalizeFilePath(String) - Method in class org.apache.maven.plugins.war.util.PathSet
The method normalizes the path.
normalizeFilePathStatic(String) - Static method in class org.apache.maven.plugins.war.util.PathSet
The method normalizes the path.

O

org.apache.maven.plugins.war - package org.apache.maven.plugins.war
 
org.apache.maven.plugins.war.overlay - package org.apache.maven.plugins.war.overlay
 
org.apache.maven.plugins.war.packaging - package org.apache.maven.plugins.war.packaging
 
org.apache.maven.plugins.war.util - package org.apache.maven.plugins.war.util
 
outputDirectory - Variable in class org.apache.maven.plugins.war.WarMojo
The directory for the generated WAR.
outputFileNameMapping - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The file name mapping to use when copying libraries and TLDs.
Overlay - Class in org.apache.maven.plugins.war
An overlay is a skeleton WAR added to another WAR project in order to inject a functionality, resources or any other shared component.
Overlay() - Constructor for class org.apache.maven.plugins.war.Overlay
Create instance.
Overlay(String, String) - Constructor for class org.apache.maven.plugins.war.Overlay
 
overlay - Variable in class org.apache.maven.plugins.war.packaging.OverlayPackagingTask
 
overlayManager - Variable in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
 
OverlayManager - Class in org.apache.maven.plugins.war.overlay
Manages the overlays.
OverlayManager(List<Overlay>, MavenProject, String[], String[], Overlay) - Constructor for class org.apache.maven.plugins.war.overlay.OverlayManager
Creates a manager with the specified overlays.
OverlayPackagingTask - Class in org.apache.maven.plugins.war.packaging
Handles an overlay.
OverlayPackagingTask(Overlay, Overlay) - Constructor for class org.apache.maven.plugins.war.packaging.OverlayPackagingTask
 
overlays - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The overlays to apply.
overlays - Variable in class org.apache.maven.plugins.war.overlay.OverlayManager
 

P

packageClasses(File, File, JarArchiver, MavenSession, MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.plugins.war.util.ClassesPackager
Package the classes
packagingExcludes - Variable in class org.apache.maven.plugins.war.WarMojo
The comma separated list of tokens to exclude from the WAR before packaging.
packagingIncludes - Variable in class org.apache.maven.plugins.war.WarMojo
The comma separated list of tokens to include in the WAR before packaging.
parse(String) - Method in class org.apache.maven.plugins.war.Overlay
 
paths() - Method in class org.apache.maven.plugins.war.util.PathSet
 
PathSet - Class in org.apache.maven.plugins.war.util
Set of file's paths.
PathSet() - Constructor for class org.apache.maven.plugins.war.util.PathSet
Creates an empty paths set
PathSet(Collection<String>) - Constructor for class org.apache.maven.plugins.war.util.PathSet
Creates paths set and normalizate and adds all 'paths'.
PathSet(String[]) - Constructor for class org.apache.maven.plugins.war.util.PathSet
Creates paths set and normalizate and adds all 'paths'.
pathsSet - Variable in class org.apache.maven.plugins.war.util.PathSet
Set of normalized paths
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
Performs the packaging for the specified task.
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.ClassesPackagingTask
Performs the packaging for the specified task.
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.CopyUserManifestTask
 
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask
Performs the packaging for the specified task.
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.OverlayPackagingTask
Performs the packaging for the specified task.
performPackaging(WarPackagingContext) - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingTask
Performs the packaging for the specified task.
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
Performs the packaging for the specified task.
performPackaging(File) - Method in class org.apache.maven.plugins.war.WarMojo
Generates the webapp according to the mode attribute.
performPostPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.SaveWebappStructurePostPackagingTask
Executes the post packaging task.
performPostPackaging(WarPackagingContext) - Method in interface org.apache.maven.plugins.war.packaging.WarPostPackagingTask
Executes the post packaging task.
PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.war.HelpMojo
 
primaryArtifact - Variable in class org.apache.maven.plugins.war.WarMojo
Whether this is the main artifact being built.
project - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The Maven project.
project - Variable in class org.apache.maven.plugins.war.overlay.OverlayManager
 
projectHelper - Variable in class org.apache.maven.plugins.war.WarMojo
 

R

readResolve() - Method in class org.apache.maven.plugins.war.util.WebappStructure
 
recompressZippedFiles - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
Indicates if zip archives (jar,zip etc) being added to the war should be compressed again.
refused(String, String, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.RegistrationCallback
Called if the registration of the targetFilename for the specified ownerId has been refused since the path already belongs to the actualOwnerId.
registered(String, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has been registered successfully.
registeredFiles - Variable in class org.apache.maven.plugins.war.util.WebappStructure
 
registerFile(String, String) - Method in class org.apache.maven.plugins.war.util.WebappStructure
Registers the specified path for the specified owner.
registerFile(String, String, WebappStructure.RegistrationCallback) - Method in class org.apache.maven.plugins.war.util.WebappStructure
Registers the specified path for the specified owner.
registerFileForced(String, String) - Method in class org.apache.maven.plugins.war.util.WebappStructure
Forces the registration of the specified path for the specified owner.
registerTargetFileName(Artifact, String) - Method in class org.apache.maven.plugins.war.util.WebappStructure
Registers the target file name for the specified artifact.
remove(String) - Method in class org.apache.maven.plugins.war.util.PathSet
Removes the specified path if it exists.
removedDependency(Dependency) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask.DependenciesAnalysisCallbackImpl
 
removedDependency(Dependency) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the dependency has been removed since the last build.
removeDependency(WarPackagingContext, Dependency) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask
 
repeat(String, int) - Static method in class org.apache.maven.plugins.war.HelpMojo
Repeat a String n times to form a new string.
resourceEncoding - Variable in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
 
resourceEncoding - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The encoding to use when copying filtered web resources.

S

SaveWebappStructurePostPackagingTask - Class in org.apache.maven.plugins.war.packaging
Saves the webapp structure cache.
SaveWebappStructurePostPackagingTask(File) - Constructor for class org.apache.maven.plugins.war.packaging.SaveWebappStructurePostPackagingTask
 
serialVersionUID - Static variable in exception org.apache.maven.plugins.war.overlay.InvalidOverlayConfigurationException
 
SERVICES_PATH - Static variable in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
The services path.
session - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
 
setArchiveClasses(boolean) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setArtifact(Artifact) - Method in class org.apache.maven.plugins.war.Overlay
 
setArtifactFactory(ArtifactFactory) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setArtifactId(String) - Method in class org.apache.maven.plugins.war.Overlay
 
setAttachClasses(boolean) - Method in class org.apache.maven.plugins.war.WarMojo
 
setCacheFile(File) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setClassesClassifier(String) - Method in class org.apache.maven.plugins.war.WarMojo
 
setClassesDirectory(File) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setClassifier(String) - Method in class org.apache.maven.plugins.war.Overlay
 
setClassifier(String) - Method in class org.apache.maven.plugins.war.WarMojo
 
setContainerConfigXML(File) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setExcludes(String) - Method in class org.apache.maven.plugins.war.Overlay
 
setExcludes(String[]) - Method in class org.apache.maven.plugins.war.Overlay
 
setFailOnMissingWebXml(boolean) - Method in class org.apache.maven.plugins.war.WarMojo
 
setFiltered(boolean) - Method in class org.apache.maven.plugins.war.Overlay
 
setFilters(List<String>) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setGroupId(String) - Method in class org.apache.maven.plugins.war.Overlay
 
setId(String) - Method in class org.apache.maven.plugins.war.Overlay
 
setIncludes(String) - Method in class org.apache.maven.plugins.war.Overlay
 
setIncludes(String[]) - Method in class org.apache.maven.plugins.war.Overlay
 
setJarArchiver(JarArchiver) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setLog(Log) - Method in class org.apache.maven.plugins.war.packaging.CopyUserManifestTask
 
setNonFilteredFileExtensions(List<String>) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setOutputDirectory(String) - Method in class org.apache.maven.plugins.war.WarMojo
 
setOutputFileNameMapping(String) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setOverlays(List<Overlay>) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setPackagingExcludes(String) - Method in class org.apache.maven.plugins.war.WarMojo
 
setPackagingIncludes(String) - Method in class org.apache.maven.plugins.war.WarMojo
 
setPrimaryArtifact(boolean) - Method in class org.apache.maven.plugins.war.WarMojo
 
setProject(MavenProject) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setProjectHelper(MavenProjectHelper) - Method in class org.apache.maven.plugins.war.WarMojo
 
setSkip(boolean) - Method in class org.apache.maven.plugins.war.Overlay
 
setTargetFileName(String) - Method in class org.apache.maven.plugins.war.util.DependencyInfo
Sets the target file name.
setTargetPath(String) - Method in class org.apache.maven.plugins.war.Overlay
 
setType(String) - Method in class org.apache.maven.plugins.war.Overlay
 
setUseCache(boolean) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setWarArchiver(WarArchiver) - Method in class org.apache.maven.plugins.war.WarMojo
 
setWarName(String) - Method in class org.apache.maven.plugins.war.WarMojo
 
setWarSourceDirectory(File) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setWarSourceExcludes(String) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setWarSourceIncludes(String) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setWebappDirectory(File) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setWebResources(Resource[]) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setWebXml(File) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
setWorkDirectory(File) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
 
shouldSkip() - Method in class org.apache.maven.plugins.war.Overlay
 
size() - Method in class org.apache.maven.plugins.war.util.PathSet
Returns count of the paths in the set
skip - Variable in class org.apache.maven.plugins.war.Overlay
 
skip - Variable in class org.apache.maven.plugins.war.WarMojo
You can skip the execution of the plugin if you need to.
superseded(String, String, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has been registered successfully by superseding a deprecatedOwnerId, that is the previous owner of the file.
supersededUnknownOwner(String, String, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has been registered successfully by superseding a unknownOwnerId, that is an owner that does not exist anymore in the current project.
supportMultiLineFiltering - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
Stop searching endToken at the end of line

T

targetFile - Variable in class org.apache.maven.plugins.war.packaging.SaveWebappStructurePostPackagingTask
 
targetFileName - Variable in class org.apache.maven.plugins.war.util.DependencyInfo
 
targetPath - Variable in class org.apache.maven.plugins.war.Overlay
 
TLD_PATH - Static variable in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
The tld path.
toLines(String, int, int, int) - Static method in class org.apache.maven.plugins.war.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugins.war.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.
toString() - Method in class org.apache.maven.plugins.war.Overlay
trimTrailingSlashes(String) - Static method in class org.apache.maven.plugins.war.util.PathSet
The method deletes all trailing slashes from the given string
type - Variable in class org.apache.maven.plugins.war.Overlay
default overlay type is war

U

unchangedDependency(Dependency) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask.DependenciesAnalysisCallbackImpl
 
unchangedDependency(Dependency) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the dependency has not changed since the last build.
unpackOverlay(WarPackagingContext, Overlay) - Method in class org.apache.maven.plugins.war.packaging.OverlayPackagingTask
Unpacks the specified overlay.
updatedOptionalFlag(Dependency, boolean) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask.DependenciesAnalysisCallbackImpl
 
updatedOptionalFlag(Dependency, boolean) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the optional flag of the dependency has changed since the last build.
updatedScope(Dependency, String) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask.DependenciesAnalysisCallbackImpl
 
updatedScope(Dependency, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the scope of the dependency has changed since the last build.
updatedUnknown(Dependency, Dependency) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask.DependenciesAnalysisCallbackImpl
 
updatedUnknown(Dependency, Dependency) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the dependency has been updated for unknown reason.
updatedVersion(Dependency, String) - Method in class org.apache.maven.plugins.war.packaging.DependenciesAnalysisPackagingTask.DependenciesAnalysisCallbackImpl
 
updatedVersion(Dependency, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the version of the dependency has changed since the last build.
useCache - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
Whether the cache should be used to save the status of the webapp across multiple runs.
useDefaultDelimiters - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
Use default delimiters in addition to custom delimiters, if any.
useJvmChmod - Variable in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
 
useJvmChmod - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
use jvmChmod rather that cli chmod and forking process

W

warArchiver - Variable in class org.apache.maven.plugins.war.WarMojo
The WAR archiver.
WarExplodedMojo - Class in org.apache.maven.plugins.war
Create an exploded webapp in a specified directory.
WarExplodedMojo() - Constructor for class org.apache.maven.plugins.war.WarExplodedMojo
 
WarInPlaceMojo - Class in org.apache.maven.plugins.war
Generate the webapp in the WAR source directory.
WarInPlaceMojo() - Constructor for class org.apache.maven.plugins.war.WarInPlaceMojo
 
WarMojo - Class in org.apache.maven.plugins.war
Build a WAR file.
WarMojo() - Constructor for class org.apache.maven.plugins.war.WarMojo
 
warName - Variable in class org.apache.maven.plugins.war.WarMojo
The name of the generated WAR.
WarPackagingContext - Interface in org.apache.maven.plugins.war.packaging
The packaging context.
WarPackagingTask - Interface in org.apache.maven.plugins.war.packaging
The base packaging task.
WarPostPackagingTask - Interface in org.apache.maven.plugins.war.packaging
Defines tasks that should be performed after the packaging.
WarProjectPackagingTask - Class in org.apache.maven.plugins.war.packaging
Handles the project own resources, that is: The list of web resources, if any The content of the webapp directory if it exists The custom deployment descriptor(s), if any The content of the classes directory if it exists The dependencies of the project
WarProjectPackagingTask(Resource[], File, File, Overlay) - Constructor for class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
 
warSourceDirectory - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
Single directory for extra files to include in the WAR.
warSourceExcludes - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The comma separated list of tokens to exclude when copying the content of the warSourceDirectory.
warSourceIncludes - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The comma separated list of tokens to include when copying the content of the warSourceDirectory.
WarUtils - Class in org.apache.maven.plugins.war.util
 
WarUtils() - Constructor for class org.apache.maven.plugins.war.util.WarUtils
 
WEB_INF - Static variable in class org.apache.maven.plugins.war.AbstractWarMojo
 
WEB_INF_PATH - Static variable in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
The WEB-INF path.
webappDirectory - Variable in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
 
webappDirectory - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The directory where the webapp is built.
webappStructure - Variable in class org.apache.maven.plugins.war.AbstractWarMojo.DefaultWarPackagingContext
 
WebappStructure - Class in org.apache.maven.plugins.war.util
Represents the structure of a web application composed of multiple overlays.
WebappStructure(List<Dependency>) - Constructor for class org.apache.maven.plugins.war.util.WebappStructure
Creates a new empty instance.
WebappStructure(List<Dependency>, WebappStructure) - Constructor for class org.apache.maven.plugins.war.util.WebappStructure
Creates a new instance with the specified cache.
WebappStructure.DependenciesAnalysisCallback - Interface in org.apache.maven.plugins.war.util
Callback interface to handle events related to dependencies analysis.
WebappStructure.RegistrationCallback - Interface in org.apache.maven.plugins.war.util
Callback interface to handle events related to filepath registration in the webapp.
webResources - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The list of webResources we want to transfer.
webResources - Variable in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
 
webXml - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
The path to the web.xml file to use.
webXml - Variable in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
 
workDirectory - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
Directory to unpack dependent WARs into if needed.
writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.war.HelpMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.war.HelpMojo
 
A B C D E F G H I J L M N O P R S T U W 
Skip navigation links