|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.jboss.maven.plugins.deploy.JBossDeployMojo
public class JBossDeployMojo
Maven plugin for deploying to jboss repository. By default it will bind to the deploy phase.
| Field Summary | |
|---|---|
protected java.util.List |
pluginComponents
The Maven Plugin Object |
protected org.apache.maven.project.MavenProject |
project
The Maven Project Object |
protected org.apache.maven.project.MavenProjectHelper |
projectHelper
The Maven Project Helper Object |
protected java.util.Properties |
projectProperties
Maven project properties. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
JBossDeployMojo()
|
|
| Method Summary | |
|---|---|
void |
evaluateVariable(java.lang.StringBuffer buffer,
java.lang.String var,
java.lang.String value)
Replace all instances of var with value in the given buffer. |
void |
execute()
Main execution path of the plugin. |
| 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 |
| Field Detail |
|---|
protected org.apache.maven.project.MavenProject project
protected org.apache.maven.project.MavenProjectHelper projectHelper
protected java.util.List pluginComponents
protected java.util.Properties projectProperties
| Constructor Detail |
|---|
public JBossDeployMojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public void evaluateVariable(java.lang.StringBuffer buffer,
java.lang.String var,
java.lang.String value)
buffer - The buffer to be modifiedvar - The name of the variable to be evaluated.value - The replacement string.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||