WebSphere 5 (5.0/5.1) Plugin Settings

PropertyOptional?Description
maven.was5.homeYes*

Directory containing the WebSphere AppServer installation. *This is requred if the WAS_HOME environment variable is not set.

maven.was5.ejbDeployYes

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.serverYes

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}.

Script settings

PropertyOptional?Description
maven.was5.script.argsYes A list of variables (space delimited) whose values will be passed as arguments to the script.
maven.was5.script.conntypeYes 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.hostYes Only specified if the conntype is specified. It contains the hostname of the machine to connect to.
maven.was5.script.langYes the language to be used to interpret scripts. The supported values are jacl, javascript, and jpython.
maven.was5.script.passwordYes The password to authenticate with the server.
maven.was5.script.portYes Only specified if the conntype is specified. This is the port on the host to connect to.
maven.was5.script.profileYes A script file to be executed before processing begins.
maven.was5.script.propertiesYes A java properties file containing attributes to set in the JVM System properties.
maven.was5.script.usernameYes The user ID to authenticate with the server.