public abstract class AbstractPseudoFileSystemProcessorMojo extends AbstractJSZipMojo
Modifier and Type | Field and Description |
---|---|
protected List<org.apache.maven.project.MavenProject> |
reactorProjects
The reactor projects
|
protected File |
webappDirectory
The directory where the webapp is built.
|
JSZIP_TYPE, project
Constructor and Description |
---|
AbstractPseudoFileSystemProcessorMojo() |
Modifier and Type | Method and Description |
---|---|
protected List<PseudoFileSystem.Layer> |
buildVirtualFileSystemLayers() |
createMojoExecution, findMojoDescriptor, findProject, findThisPluginInProject, invokeMethod, processIncludesExcludes
getLog, getPluginContext, setLog, setPluginContext
@Parameter(defaultValue="${project.build.directory}/${project.build.finalName}", required=true) protected File webappDirectory
@Parameter(property="reactorProjects", required=true, readonly=true) protected List<org.apache.maven.project.MavenProject> reactorProjects
public AbstractPseudoFileSystemProcessorMojo()
protected List<PseudoFileSystem.Layer> buildVirtualFileSystemLayers() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2012-2013. All Rights Reserved.