You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Javier Murciego <ja...@gmail.com> on 2014/01/14 21:40:28 UTC

[ANN] WAS6 Maven Plugin version 1.2.1 Released

Hi,

The Mojo team is pleased to announce the release of the WAS6 Maven Plugin
version 1.2.1

This plugin works along with an installation of WebSphere Application
Server (standalone or ND), to provide automated tasks for: generating RMIC
stubs, starting/stopping servers, installing/updating/uninstalling EARs to
application servers, starting/stopping application and run arbitrary
scripts through wsadmin

http://mojo.codehaus.org/was6-maven-plugin/

To get this update, simply specify the version in your project's plugin
configuration:

<plugin>
       <groupId>org.codehaus.mojo</groupId>
       <artifactId>was6-maven-plugin</artifactId>
       <version>1.2.1</version>
</plugin>

Some links :

Documentation: http://mojo.codehaus.org/was6-maven-plugin/
JIRA: http://jira.codehaus.org/browse/MWAS
svn:  https://svn.codehaus.org/mojo/tags/was6-maven-plugin-1.2.1/

Release Notes are available at
https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11730&version=19594

**Bug
*[MWAS-70] - Skip does not work for wsAdmin, wsStartServer and wsStopServer
*[MWAS-72] - WSEJBDeploy fails when pom uses system or provided
dependencies.
*[MWAS-73] - WSDL2Java fails when pom uses system or provided dependencies.
**New Feature
*[MWAS-59] - Support install/uninstall and start/stop for WARs

Enjoy,

The Mojo team.

Javier Murciego