|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.AbstractMojo org.apache.maven.plugin.war.AbstractWarMojo
public abstract class AbstractWarMojo
Contains common jobs for WAR mojos.
Field Summary | |
---|---|
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. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractWarMojo()
|
Method Summary | |
---|---|
void |
addOverlay(Overlay overlay)
|
void |
buildExplodedWebapp(File webappDirectory)
|
void |
buildWebapp(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. |
MavenArchiveConfiguration |
getArchive()
|
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. |
JarArchiver |
getJarArchiver()
|
List<String> |
getNonFilteredFileExtensions()
|
String |
getOutputFileNameMapping()
|
List<Overlay> |
getOverlays()
|
MavenProject |
getProject()
|
protected MavenSession |
getSession()
|
File |
getWarSourceDirectory()
|
String |
getWarSourceExcludes()
|
String |
getWarSourceIncludes()
|
File |
getWebappDirectory()
|
Resource[] |
getWebResources()
|
File |
getWebXml()
|
File |
getWorkDirectory()
|
boolean |
isArchiveClasses()
|
protected boolean |
isIncludeEmptyDirectories()
|
protected boolean |
isRecompressZippedFiles()
|
boolean |
isUseCache()
|
void |
setArchiveClasses(boolean archiveClasses)
|
void |
setArtifactFactory(ArtifactFactory artifactFactory)
|
void |
setCacheFile(File cacheFile)
|
void |
setClassesDirectory(File classesDirectory)
|
void |
setContainerConfigXML(File containerConfigXML)
|
void |
setFilters(List<String> filters)
|
void |
setJarArchiver(JarArchiver jarArchiver)
|
void |
setNonFilteredFileExtensions(List<String> nonFilteredFileExtensions)
|
void |
setOutputFileNameMapping(String outputFileNameMapping)
|
void |
setOverlays(List<Overlay> overlays)
|
void |
setProject(MavenProject project)
|
void |
setUseCache(boolean useCache)
|
void |
setWarSourceDirectory(File warSourceDirectory)
|
void |
setWarSourceExcludes(String warSourceExcludes)
|
void |
setWarSourceIncludes(String warSourceIncludes)
|
void |
setWebappDirectory(File webappDirectory)
|
void |
setWebResources(Resource[] webResources)
|
void |
setWebXml(File webXml)
|
void |
setWorkDirectory(File workDirectory)
|
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.maven.plugin.Mojo |
---|
execute |
Field Detail |
---|
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}
.
Constructor Detail |
---|
public AbstractWarMojo()
Method Detail |
---|
public Overlay getCurrentProjectOverlay()
protected String[] getExcludes()
protected String[] getIncludes()
protected String[] getDependentWarExcludes()
protected String[] getDependentWarIncludes()
public void buildExplodedWebapp(File webappDirectory) throws MojoExecutionException, MojoFailureException
MojoExecutionException
MojoFailureException
public void buildWebapp(MavenProject project, File webappDirectory) throws MojoExecutionException, MojoFailureException, IOException
project
- the maven projectwebappDirectory
- the target directory
MojoExecutionException
- if an error occurred while packaging the webapp
MojoFailureException
- if an unexpected error occurred while packaging the webapp
IOException
- if an error occurred while copying the filespublic MavenProject getProject()
public void setProject(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 List<Overlay> getOverlays()
public void setOverlays(List<Overlay> overlays)
public void addOverlay(Overlay overlay)
public boolean isArchiveClasses()
public void setArchiveClasses(boolean archiveClasses)
public JarArchiver getJarArchiver()
public void setJarArchiver(JarArchiver jarArchiver)
public Resource[] getWebResources()
public void setWebResources(Resource[] webResources)
public List<String> getFilters()
public void setFilters(List<String> filters)
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 MavenArchiveConfiguration getArchive()
public List<String> getNonFilteredFileExtensions()
public void setNonFilteredFileExtensions(List<String> nonFilteredFileExtensions)
public ArtifactFactory getArtifactFactory()
public void setArtifactFactory(ArtifactFactory artifactFactory)
protected MavenSession getSession()
protected boolean isRecompressZippedFiles()
protected boolean isIncludeEmptyDirectories()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |