@Mojo(name="jsp",
defaultPhase=TEST_COMPILE,
requiresDependencyResolution=RUNTIME)
public class JspMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
project
The Maven Project Object
|
protected boolean |
tests
Tests.
|
| Constructor and Description |
|---|
JspMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile() |
void |
execute() |
protected File |
getJspLocation() |
protected File |
getTempDir() |
void |
setProject(org.apache.maven.project.MavenProject project) |
void |
setTests(boolean tests) |
protected void |
touchJsp(org.apache.http.client.HttpClient client,
String name) |
@Parameter(required=true,
property="project")
protected org.apache.maven.project.MavenProject project
@Parameter protected boolean tests
protected File getJspLocation()
protected File getTempDir()
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void touchJsp(org.apache.http.client.HttpClient client,
String name)
public void setProject(org.apache.maven.project.MavenProject project)
public void setTests(boolean tests)
Copyright © 2015 JBoss, a division of Red Hat, Inc. All rights reserved.