|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.pluginsupport.MojoSupport
net.wasdev.wlp.maven.plugins.AbstractLibertySupport
net.wasdev.wlp.maven.plugins.BasicSupport
net.wasdev.wlp.maven.plugins.applications.DeployAppMojo
public class DeployAppMojo
Deploy application to liberty server
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.wasdev.wlp.maven.plugins.BasicSupport |
|---|
BasicSupport.InstallType |
| Field Summary | |
|---|---|
protected File |
appArchive
A file which points to a specific module's war | ear | eba | zip archive location |
protected org.codehaus.mojo.pluginsupport.util.ArtifactItem |
appArtifact
Maven coordinates of an application to deploy. |
protected int |
timeout
Timeout to verify deploy successfully, in seconds. |
| Fields inherited from class net.wasdev.wlp.maven.plugins.BasicSupport |
|---|
assemblyArchive, assemblyArtifact, assemblyInstallDirectory, installDirectory, installType, isInstall, messages, outputDirectory, refresh, serverDirectory, serverName, START_APP_MESSAGE_REGEXP, userDirectory |
| Fields inherited from class net.wasdev.wlp.maven.plugins.AbstractLibertySupport |
|---|
ant, artifactRepository, project |
| Fields inherited from class org.codehaus.mojo.pluginsupport.MojoSupport |
|---|
container, log |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
DeployAppMojo()
|
|
| Method Summary | |
|---|---|
protected void |
doExecute()
|
| Methods inherited from class net.wasdev.wlp.maven.plugins.BasicSupport |
|---|
checkServerDirectoryExists, checkServerHomeExists, init, installServerAssembly |
| Methods inherited from class net.wasdev.wlp.maven.plugins.AbstractLibertySupport |
|---|
getArtifactRepository, getProject |
| Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport |
|---|
contextualize, createArtifact, execute, getArtifact, getArtifactFactory, getArtifactResolver, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, resolveArtifact, resolveArtifact |
| 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 File appArchive
protected org.codehaus.mojo.pluginsupport.util.ArtifactItem appArtifact
protected int timeout
| Constructor Detail |
|---|
public DeployAppMojo()
| Method Detail |
|---|
protected void doExecute()
throws Exception
doExecute in class org.codehaus.mojo.pluginsupport.MojoSupportException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||