| Property | Optional? | Description |
|---|---|---|
| maven.weblogic.workshop.server.classpath | Yes |
This is the classpath to the libraries used for weblogic workshop operations. Default value is
|
| maven.weblogic.verbose | Yes |
A flag to indicate if the Weblogic operations should output verbose informational logging. Default value is
|
| maven.weblogic.war.src | Yes |
This is the location of the war file source that is to be deployed when using the wip or war in place option. Default value is
|
| maven.weblogic.home | Yes |
This is the location of the BEA Home location. Default value is
|
| maven.weblogic.debug | Yes |
True if debugging information should be displayed during execution of any command. Default value is
|
| maven.weblogic.targets | Yes |
The target servers seperated by commas that any code is to be deployed to. Default value is
|
| maven.weblogic.war | Yes |
The location of the war file to be deployed. Default value is
|
| maven.weblogic.jndi.node | Yes |
The beginning node to be dumped out when running the command to display the JNDI tree. Default value is
|
| maven.weblogic.name | Yes |
This is the name that is used to deploy an ear or war file to the server. This name will be displayed in the
deployment listing. Default value is
|
| maven.weblogic.ear | Yes |
This is the name of the ear file to deploy. Default value is
|
| maven.weblogic.workshop.jar.location | Yes |
The location of the weblogic workshop main jar. Default value is
|
| maven.weblogic.remote | Yes |
This indicates whether the server to be deployed to is remote or local. Default value is
|
| maven.weblogic.javahome | Yes |
The location of the java installation to be used for this plugin. Default value is
|
| maven.weblogic.connect.count | Yes |
The number of connections to be attempted during the connect goal. Default value is
|
| maven.weblogic.password | Yes |
The password to be used when conducting operations that require authorization. Default value is
|
| maven.weblogic.shutdown.delay | Yes |
The amount of time to delay before shutting down a server using the shutdown goal. Default value is
|
| maven.weblogic.failonerror | Yes |
This flag indicates if any operation should cause other operations to fail if it fails to execute successfully. Default value is
|
| maven.weblogic.username | Yes |
The user name to use when running goals that require authorization. Default value is
|
| maven.weblogic.adminurl | Yes |
The partial url to the server. This not an http url since some operations require T3. Default value is
|
| maven.weblogic.ejbc.compiler | Yes |
The default ejbc compiler to use. Default value is
|
| maven.weblogic.cluster.name | Yes |
The name of the cluster to use when conducting cluster related operations. Default value is
|