Property | Optional? | Description |
---|---|---|
maven.was5.home | Yes* |
Directory containing the WebSphere AppServer installation. *This is requred if the WAS_HOME environment variable is not set. |
maven.was5.ejbDeploy | Yes |
Set this property to have the ejbDeploy goal attained as part of the ejb:ejb goal. ie. to run ejbdeploy on your EJB artifact. |
maven.was5.server | Yes |
Default server name. The goals that require a server name (startServer, stopServer, serverStatus) allow a more specific server to be specifed using ${maven.was5.<goal>.server}. |
Property | Optional? | Description |
---|---|---|
maven.was5.script.args | Yes | A list of variables (space delimited) whose values will be passed as arguments to the script. |
maven.was5.script.conntype | Yes | The type of connection to be used. The Default type is SOAP. The valid values are SOAP, RMI, and NONE. NONE means that no server connection is made. |
maven.was5.script.host | Yes | Only specified if the conntype is specified. It contains the hostname of the machine to connect to. |
maven.was5.script.lang | Yes |
the language to be used to interpret scripts.
The supported values are jacl , javascript ,
and jpython .
|
maven.was5.script.password | Yes | The password to authenticate with the server. |
maven.was5.script.port | Yes | Only specified if the conntype is specified. This is the port on the host to connect to. |
maven.was5.script.profile | Yes | A script file to be executed before processing begins. |
maven.was5.script.properties | Yes | A java properties file containing attributes to set in the JVM System properties. |
maven.was5.script.username | Yes | The user ID to authenticate with the server. |