public class JBossDeployMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected org.apache.maven.project.MavenProject |
project
The Maven Project Object
|
protected Properties |
projectProperties
Maven project properties.
|
Constructor and Description |
---|
JBossDeployMojo() |
Modifier and Type | Method and Description |
---|---|
void |
evaluateVariable(StringBuffer buffer,
String var,
String value)
Replace all instances of var with value in the given buffer.
|
void |
execute()
Main execution path of the plugin.
|
protected org.apache.maven.project.MavenProject project
protected Properties projectProperties
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public void evaluateVariable(StringBuffer buffer, String var, String value)
buffer
- The buffer to be modifiedvar
- The name of the variable to be evaluated.value
- The replacement string.Copyright © 2007-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.