Full name:
org.codehaus.mojo:weblogic-maven-plugin:2.9.1:listapps
Description:
List the atifacts on Weblogic server(s) or cluster(s).
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| adminServerHostName | String |
- |
The dns hostname of the Weblogic Admin server. Default value is: localhost. |
| adminServerPort | String |
- |
The admin port of the Weblogic Admin Server. Default value is: 7001. |
| adminServerProtocol | String |
- |
The protocol to use to access the Weblogic Admin server for
deployment. Default value is: t3. |
| artifactPath | String |
- |
The full path to artifact to be deployed. |
| continueOnFailure | boolean |
- |
If set to true, the deployer will not stop if a failure is
detected. Default value is: false. |
| debug | boolean |
- |
True to turn on debugging Default value is: false. |
| exploded | boolean |
- |
Deploy the target as an exploded directory. The target should be
the target directory. Default value is: false. |
| name | String |
- |
The name to use when deploying the object. |
| noExit | boolean |
- |
tell weblogic to not exit if there is a deployment failure. Default value is: false. |
| noVersion | boolean |
- |
Tell weblogic to ignore the versions an apply the task to all
versions. Default value is: false. |
| noWait | boolean |
- |
Set this value to true so weblogic will return immediately Default value is: false. |
| outputDirectory | String |
- |
This is the output directory for the artifacts. It defaults to $project.build.directory. |
| password | String |
- |
The admin password to access the Weblogic Admin server for
deployment. Default value is: weblogic. |
| pluginArtifacts | List |
- |
These are the plugin artifacts for the weblogic mojo |
| projectPackaging | String |
- |
The project packaging used to check the suffix on the artifact. |
| remote | boolean |
- |
True if you are running on a machine that is remote to the admin
server. If this is a remote deployment and this is set to false
then it is assumed that all source paths are valid paths on the
admin server. Default value is: false. |
| stage | boolean |
- |
True if you want to turn off staging Default value is: true. |
| targetNames | String |
- |
A comma seperated list of names of servers or clusters to deploy
the artifact onto. Default value is: AdminServer. |
| timeout | int |
- |
Set this value to the timeout seconds. Set to <=0 to disable Default value is: -1. |
| upload | boolean |
- |
Set to true to upload the code. Default value is: false. |
| userId | String |
- |
The Admin UserId to access the Weblogic Admin server for
deployment. Default value is: weblogic. |
| verbose | boolean |
- |
True to turn on debugging Default value is: true. |
| version | boolean |
- |
Print the version for weblogic Default value is: false. |
| weblogicHome | String |
- |
Property to set the weblogic home Default value is: ${weblogic.home}. |
The dns hostname of the Weblogic Admin server.
java.lang.StringNo${weblogic.adminServer.hostName}localhostThe admin port of the Weblogic Admin Server.
java.lang.StringNo${weblogic.adminServer.port}7001The protocol to use to access the Weblogic Admin server for deployment.
java.lang.StringNo${weblogic.adminServer.protocol}t3The full path to artifact to be deployed.
java.lang.StringNo${project.build.directory}/${project.build.finalName}If set to true, the deployer will not stop if a failure is detected.
booleanNofalsedebug :
True to turn on debugging
booleanNofalseexploded :
Deploy the target as an exploded directory. The target should be the target directory.
booleanNo${weblogic.exploded}falsename :
The name to use when deploying the object.
java.lang.StringNo${project.artifactId}noExit :
tell weblogic to not exit if there is a deployment failure.
booleanNofalseTell weblogic to ignore the versions an apply the task to all versions.
booleanNofalsenoWait :
Set this value to true so weblogic will return immediately
booleanNofalseThis is the output directory for the artifacts. It defaults to $project.build.directory.
java.lang.StringNo${project.build.directory}password :
The admin password to access the Weblogic Admin server for deployment.
java.lang.StringNo${weblogic.password}weblogicThese are the plugin artifacts for the weblogic mojo
java.util.ListNo${plugin.artifacts}The project packaging used to check the suffix on the artifact.
java.lang.StringNo${project.packaging}remote :
True if you are running on a machine that is remote to the admin server. If this is a remote deployment and this is set to false then it is assumed that all source paths are valid paths on the admin server.
booleanNofalsestage :
True if you want to turn off staging
booleanNotrueA comma seperated list of names of servers or clusters to deploy the artifact onto.
java.lang.StringNo${weblogic.targetNames}AdminServertimeout :
Set this value to the timeout seconds. Set to <=0 to disable
intNo-1upload :
Set to true to upload the code.
booleanNofalseuserId :
The Admin UserId to access the Weblogic Admin server for deployment.
java.lang.StringNo${weblogic.user}weblogicverbose :
True to turn on debugging
booleanNotrueversion :
Print the version for weblogic
booleanNofalseProperty to set the weblogic home
java.lang.StringNo${weblogic.home}