public abstract class AbstractWarMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FILE_NAME_MAPPING |
static String |
DEFAULT_FILE_NAME_MAPPING_CLASSIFIER |
protected String |
escapeString
Expression preceded with this String won't be interpolated.
|
Constructor and Description |
---|
AbstractWarMojo() |
Modifier and Type | Method and Description |
---|---|
void |
addOverlay(Overlay overlay) |
void |
buildExplodedWebapp(File webappDirectory) |
void |
buildWebapp(org.apache.maven.project.MavenProject project,
File webappDirectory)
Builds the webapp for the specified project with the new packaging task
thingy
Classes, libraries and tld files are copied to
the webappDirectory during this phase.
|
org.apache.maven.archiver.MavenArchiveConfiguration |
getArchive() |
org.apache.maven.artifact.factory.ArtifactFactory |
getArtifactFactory() |
File |
getCacheFile() |
File |
getClassesDirectory() |
File |
getContainerConfigXML() |
Overlay |
getCurrentProjectOverlay() |
protected String[] |
getDependentWarExcludes()
Returns a string array of the excludes to be used
when adding dependent WAR as an overlay onto this WAR.
|
protected String[] |
getDependentWarIncludes()
Returns a string array of the includes to be used
when adding dependent WARs as an overlay onto this WAR.
|
protected String[] |
getExcludes()
Returns a string array of the excludes to be used
when copying the content of the WAR source directory.
|
List<String> |
getFilters() |
protected String[] |
getIncludes()
Returns a string array of the includes to be used
when assembling/copying the WAR.
|
org.codehaus.plexus.archiver.jar.JarArchiver |
getJarArchiver() |
List<String> |
getNonFilteredFileExtensions() |
String |
getOutputFileNameMapping() |
List<Overlay> |
getOverlays() |
org.apache.maven.project.MavenProject |
getProject() |
protected org.apache.maven.execution.MavenSession |
getSession() |
File |
getWarSourceDirectory() |
String |
getWarSourceExcludes() |
String |
getWarSourceIncludes() |
File |
getWebappDirectory() |
org.apache.maven.model.Resource[] |
getWebResources() |
File |
getWebXml() |
File |
getWorkDirectory() |
boolean |
isArchiveClasses() |
protected boolean |
isIncludeEmptyDirectories() |
protected boolean |
isRecompressZippedFiles() |
boolean |
isUseCache() |
void |
setArchiveClasses(boolean archiveClasses) |
void |
setArtifactFactory(org.apache.maven.artifact.factory.ArtifactFactory artifactFactory) |
void |
setCacheFile(File cacheFile) |
void |
setClassesDirectory(File classesDirectory) |
void |
setContainerConfigXML(File containerConfigXML) |
void |
setFilters(List<String> filters) |
void |
setJarArchiver(org.codehaus.plexus.archiver.jar.JarArchiver jarArchiver) |
void |
setNonFilteredFileExtensions(List<String> nonFilteredFileExtensions) |
void |
setOutputFileNameMapping(String outputFileNameMapping) |
void |
setOverlays(List<Overlay> overlays) |
void |
setProject(org.apache.maven.project.MavenProject project) |
void |
setUseCache(boolean useCache) |
void |
setWarSourceDirectory(File warSourceDirectory) |
void |
setWarSourceExcludes(String warSourceExcludes) |
void |
setWarSourceIncludes(String warSourceIncludes) |
void |
setWebappDirectory(File webappDirectory) |
void |
setWebResources(org.apache.maven.model.Resource[] webResources) |
void |
setWebXml(File webXml) |
void |
setWorkDirectory(File workDirectory) |
getLog, getPluginContext, setLog, setPluginContext
public static final String DEFAULT_FILE_NAME_MAPPING
public static final String DEFAULT_FILE_NAME_MAPPING_CLASSIFIER
@Parameter(property="maven.war.escapeString") protected String escapeString
\${foo}
will be replaced with ${foo}
.public Overlay getCurrentProjectOverlay()
protected String[] getExcludes()
protected String[] getIncludes()
protected String[] getDependentWarExcludes()
protected String[] getDependentWarIncludes()
public void buildExplodedWebapp(File webappDirectory) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
public void buildWebapp(org.apache.maven.project.MavenProject project, File webappDirectory) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException, IOException
project
- the maven projectwebappDirectory
- the target directoryorg.apache.maven.plugin.MojoExecutionException
- if an error occurred while packaging the webapporg.apache.maven.plugin.MojoFailureException
- if an unexpected error occurred while packaging the webappIOException
- if an error occurred while copying the filespublic org.apache.maven.project.MavenProject getProject()
public void setProject(org.apache.maven.project.MavenProject project)
public File getClassesDirectory()
public void setClassesDirectory(File classesDirectory)
public File getWebappDirectory()
public void setWebappDirectory(File webappDirectory)
public File getWarSourceDirectory()
public void setWarSourceDirectory(File warSourceDirectory)
public File getWebXml()
public void setWebXml(File webXml)
public File getContainerConfigXML()
public void setContainerConfigXML(File containerConfigXML)
public String getOutputFileNameMapping()
public void setOutputFileNameMapping(String outputFileNameMapping)
public void addOverlay(Overlay overlay)
public boolean isArchiveClasses()
public void setArchiveClasses(boolean archiveClasses)
public org.codehaus.plexus.archiver.jar.JarArchiver getJarArchiver()
public void setJarArchiver(org.codehaus.plexus.archiver.jar.JarArchiver jarArchiver)
public org.apache.maven.model.Resource[] getWebResources()
public void setWebResources(org.apache.maven.model.Resource[] webResources)
public File getWorkDirectory()
public void setWorkDirectory(File workDirectory)
public File getCacheFile()
public void setCacheFile(File cacheFile)
public String getWarSourceIncludes()
public void setWarSourceIncludes(String warSourceIncludes)
public String getWarSourceExcludes()
public void setWarSourceExcludes(String warSourceExcludes)
public boolean isUseCache()
public void setUseCache(boolean useCache)
public org.apache.maven.archiver.MavenArchiveConfiguration getArchive()
public void setNonFilteredFileExtensions(List<String> nonFilteredFileExtensions)
public org.apache.maven.artifact.factory.ArtifactFactory getArtifactFactory()
public void setArtifactFactory(org.apache.maven.artifact.factory.ArtifactFactory artifactFactory)
protected org.apache.maven.execution.MavenSession getSession()
protected boolean isRecompressZippedFiles()
protected boolean isIncludeEmptyDirectories()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.