org.apache.myfaces.tobago.maven.plugin
Class PackThemeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.myfaces.tobago.maven.plugin.AbstractThemeMojo
org.apache.myfaces.tobago.maven.plugin.PackThemeMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class PackThemeMojo
- extends AbstractThemeMojo
Created by IntelliJ IDEA.
User: bommel
Date: 23.10.2005
Time: 16:33:04
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
WEB_INF
public static final String WEB_INF
- See Also:
- Constant Field Values
PackThemeMojo
public PackThemeMojo()
getWarSourceDirectory
public File getWarSourceDirectory()
getWebappDirectory
public File getWebappDirectory()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Executes the WarMojo on the current project.
- Throws:
org.apache.myfaces.maven.plugin.MojoExecutionException - if an error occured while building the webapp
org.apache.maven.plugin.MojoExecutionException
buildExplodedTheme
public void buildExplodedTheme(File zipDirectory)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
copyResources
public void copyResources(File sourceDirectory,
File webappDirectory)
throws IOException
- Throws:
IOException
buildTheme
public void buildTheme(org.apache.maven.project.MavenProject project,
File webappDirectory)
throws IOException
- Throws:
IOException
getExcludes
protected String[] getExcludes()
getIncludes
protected String[] getIncludes()
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.