Mojo's WAS6 Maven Plugin 1.2.1 - Released
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
To get this update, simply specify the version in your project´s plugin configuration:
1<plugin>
2 <groupId>org.codehaus.mojo</groupId>
3 <artifactId>was6-maven-plugin</artifactId>
4 <version>1.2.1</version>
5</plugin>
Release Notes for WAS6 Maven Plugin
Fixed Bugs:
- 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.