Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractWarMojo - Class in org.apache.maven.plugins.war
- 
Contains common jobs for WAR mojos.
- AbstractWarMojo(JarArchiver, ArtifactFactory, ArchiverManager, MavenFileFilter, MavenResourcesFiltering) - Constructor for class org.apache.maven.plugins.war.AbstractWarMojo
- 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(String[]) - Method in class org.apache.maven.plugins.war.util.PathSet
- 
Normalizes and adds given paths 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(Collection<String>) - Method in class org.apache.maven.plugins.war.util.PathSet
- 
Normalizes and adds given paths (collection of strings) 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(PathSet) - Method in class org.apache.maven.plugins.war.util.PathSet
- 
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.
- 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.
- addResource(String) - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Add a live resource to the war.
- alreadyRegistered(String, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.RegistrationCallback
- 
Called if thetargetFilenamefor the specifiedownerIdhas already been registered.
- archiveClasses() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Specify whether the classes resources should be archived in theWEB-INF/libof the generated web app.
- 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
B
- 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
- CLASSES_PATH - Static variable in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
- 
Theclassespath.
- 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
- 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
- contains(String) - Method in class org.apache.maven.plugins.war.util.PathSet
- 
Checks if the set constains given path.
- 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, boolean) - Method in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
- 
Copies the files if possible as is.
- 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.
- 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
- createInstance() - Static method in class org.apache.maven.plugins.war.Overlay
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.
- DefaultOverlay - Class in org.apache.maven.plugins.war.overlay
- 
A default overlay implementation based on anArtifact.
- 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.
- deleteOutdatedResources() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Delete outdated resources, ie resources that are found in the war but that were not added by the current packaging process, then are supposed to be content from a previous run.
- 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.
- 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
- escapeString - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
- 
Expression preceded with this String won't be interpolated.
- execute() - Method in class org.apache.maven.plugins.maven_war_plugin.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
- 
Theextensionspath.
F
- failOnMissingWebXml - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
- 
Whether to fail the build if theweb.xmlfile is missing.
G
- generateJarArchive(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.ClassesPackagingTask
- 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 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
- 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
- getClassesClassifier() - Method in class org.apache.maven.plugins.war.WarMojo
- 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 ofDependencyInfofor 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
- 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
- getFilters() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns the list of filter files to use.
- 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
- 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.packaging.CopyUserManifestTask
- 
Returns the logger.
- getLog() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns the logger to use to output logging event.
- getMavenFileFilter() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns theMavenFileFilterinstance 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
- getOutputFileNameMapping() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns the output file name mapping to use, if any.
- getOutputTimestamp() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Output timestamp for reproducible archive creation.
- 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.
- 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 specifiedpath.
- 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.AbstractWarMojo
- getPackagingExcludes() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- getPackagingIncludes() - Method in class org.apache.maven.plugins.war.AbstractWarMojo
- getPackagingIncludes() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 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
- getPropertiesEncoding() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns the encoding to use for resources that are properties files.
- 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
- getSession() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns the Maven session.
- 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 filename 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
- 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
- getWebappDirectory() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns the webapp directory.
- getWebappSourceDirectory() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns the main webapp source directory.
- getWebappSourceExcludes() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns the webapp source excludes.
- getWebappSourceIncludes() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns the webapp source includes.
- getWebappStructure() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns theWebappStructure.
- 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
H
- 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.
- handleDeploymentDescriptors(WarPackagingContext, File, File, Boolean) - Method in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
- 
Handles the deployment descriptors, if specified.
- handleWebAppSourceDirectory(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.WarProjectPackagingTask
- 
Handles the webapp sources.
- 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.maven_war_plugin
- 
Display help information on maven-war-plugin.
 Callmvn war:help -Ddetail=true -Dgoal=<goal-name>to display parameter details.
- HelpMojo() - Constructor for class org.apache.maven.plugins.maven_war_plugin.HelpMojo
I
- InvalidOverlayConfigurationException - Exception Class in org.apache.maven.plugins.war.overlay
- 
Thrown if the overlay configuration is invalid.
- InvalidOverlayConfigurationException(String) - Constructor for exception class org.apache.maven.plugins.war.overlay.InvalidOverlayConfigurationException
- InvalidOverlayConfigurationException(String, Throwable) - Constructor for exception class 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 interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returns the flag that switch on/off the missing web.xml validation
- isFailOnMissingWebXml() - Method in class org.apache.maven.plugins.war.WarMojo
- isFiltered() - Method in class org.apache.maven.plugins.war.Overlay
- 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 interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Specify if the givenfileNamebelongs to the list of extensions that must not be filtered
- isPrimaryArtifact() - Method in class org.apache.maven.plugins.war.WarMojo
- 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 specifiedpathis 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
- 
Skip the mojo run
- isUseJvmChmod() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- isWebappSourceIncludeEmptyDirectories() - Method in interface org.apache.maven.plugins.war.packaging.WarPackagingContext
- 
Returnstrueif empty directories should be includes, otherwisefalse
- iterator() - Method in class org.apache.maven.plugins.war.util.PathSet
- 
Returns iterator of normalized paths (strings)
L
- LIB_PATH - Static variable in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
- 
Thelibpath.
M
- META_INF_PATH - Static variable in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
- 
TheMETA-INFpath.
- MODULES_PATH - Static variable in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
- 
Themodulespath.
O
- org.apache.maven.plugins.maven_war_plugin - package org.apache.maven.plugins.maven_war_plugin
- 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
- outputTimestamp - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
- 
Timestamp for reproducible output archive entries, either formatted as ISO 8601yyyy-MM-dd'T'HH:mm:ssXXXor as an int representing seconds since the epoch (like SOURCE_DATE_EPOCH).
- 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
- 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
P
- packageClasses(File, File, JarArchiver, MavenSession, MavenProject, MavenArchiveConfiguration, String) - Method in class org.apache.maven.plugins.war.util.ClassesPackager
- 
Package the classes
- 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(String[]) - Constructor for class org.apache.maven.plugins.war.util.PathSet
- 
Creates paths set and normalizate and adds all 'paths'.
- PathSet(Collection<String>) - Constructor for class org.apache.maven.plugins.war.util.PathSet
- 
Creates paths set and normalizate and adds all 'paths'.
- performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
- performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.ClassesPackagingTask
- performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.CopyUserManifestTask
- performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugins.war.packaging.OverlayPackagingTask
- 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
- propertiesEncoding - Variable in class org.apache.maven.plugins.war.AbstractWarMojo
- 
The character encoding to use when reading and writing filtered properties files.
R
- refused(String, String, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.RegistrationCallback
- 
Called if the registration of thetargetFilenamefor the specifiedownerIdhas been refused since the path already belongs to theactualOwnerId.
- registered(String, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.RegistrationCallback
- 
Called if thetargetFilenamefor the specifiedownerIdhas been registered successfully.
- 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.
S
- SERVICES_PATH - Static variable in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
- 
Theservicespath.
- setArtifact(Artifact) - Method in class org.apache.maven.plugins.war.Overlay
- setArtifactId(String) - Method in class org.apache.maven.plugins.war.Overlay
- setAttachClasses(boolean) - Method in class org.apache.maven.plugins.war.WarMojo
- 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
- 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
- setLog(Log) - Method in class org.apache.maven.plugins.war.packaging.CopyUserManifestTask
- 
The logger.
- 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.AbstractWarMojo
- setPackagingIncludes(String) - Method in class org.apache.maven.plugins.war.AbstractWarMojo
- 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
- 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
- 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
- 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
- superseded(String, String, String) - Method in interface org.apache.maven.plugins.war.util.WebappStructure.RegistrationCallback
- 
Called if thetargetFilenamefor the specifiedownerIdhas been registered successfully by superseding adeprecatedOwnerId, 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 thetargetFilenamefor the specifiedownerIdhas been registered successfully by superseding aunknownOwnerId, that is an owner that does not exist anymore in the current project.
T
- TLD_PATH - Static variable in class org.apache.maven.plugins.war.packaging.ArtifactsPackagingTask
- 
Thetldpath.
- toString() - Method in class org.apache.maven.plugins.war.Overlay
U
- unpackOverlay(WarPackagingContext, Overlay) - Method in class org.apache.maven.plugins.war.packaging.OverlayPackagingTask
- 
Unpacks the specified overlay.
W
- WarExplodedMojo - Class in org.apache.maven.plugins.war
- 
Create an exploded webapp in a specified directory.
- WarExplodedMojo(JarArchiver, ArtifactFactory, ArchiverManager, MavenFileFilter, MavenResourcesFiltering) - 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(JarArchiver, ArtifactFactory, ArchiverManager, MavenFileFilter, MavenResourcesFiltering) - Constructor for class org.apache.maven.plugins.war.WarInPlaceMojo
- WarMojo - Class in org.apache.maven.plugins.war
- 
Build a WAR file.
- WarMojo(JarArchiver, ArtifactFactory, ArchiverManager, MavenFileFilter, MavenResourcesFiltering) - Constructor for class org.apache.maven.plugins.war.WarMojo
- 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.
- 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
- WarUtils - Class in org.apache.maven.plugins.war.util
- WarUtils() - Constructor for class org.apache.maven.plugins.war.util.WarUtils
- WEB_INF_PATH - Static variable in class org.apache.maven.plugins.war.packaging.AbstractWarPackagingTask
- 
TheWEB-INFpath.
- 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.RegistrationCallback - Interface in org.apache.maven.plugins.war.util
- 
Callback interface to handle events related to filepath registration in the webapp.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form