WebSphere 5 (5.0/5.1) Plugin Goals was5:ejbDeploy Generate deployment and RMIC code for an ejb jar. Set ${maven.was5.ejbDeploy} to attain this goal as part of (ie. after) the ejb:ejb goal was5:installApp Install an application on a WebSphere Appserver was5:listApps List applications installed on a WebSphere Appserver was5:reinstallApp Stop an app, uninstall the app, install the app, start the app was5:run-script

Run a wsAdmin script.

The language of the script defaults to Jython, but can be specified using ${maven.was5.script.lang}

The script file to run must be passed in using the variable ${script}, e.g. maven -Dscript=c:/was/scripts/setUpJDBC.jpy was5:run-script

See developer works for a list of sample scripts, as well as the infocenter for a reference.

was5:serverStatus Show the status of a WebSphere Appserver was5:startApp Start an installed application on a WebSphere Appserver was5:startServer Start a WebSphere Appserver was5:stopApp Stop an installed application on a WebSphere Appserver was5:stopServer Stop a WebSphere Appserver was5:uninstallApp Uninstall an application on a WebSphere Appserver