Rakesh Arora skrev:
was6-maven-plugin requires an installation of WAS on the build machine:
http://mojo.codehaus.org/was6-maven-plugin/usage.html

We want to use this plugin to automate the verification testing by deploying
the ear as part of the build and run some testcases. It is not practical to
install the WAS on all the build servers.

Any idea?
For this to work you'll have to set up the same environment as the ws_ant task provides, which has proven difficult in the past. I expect that to be a moving target, and an undocumented area - hence I fell on the execute-through-ws-ant strategy.

If you can get it working in a stable way that would be very interesting (so that the runtime could be provided by a few jars). Another problem is how to depend on non-distributable jars for it (which might change between WAS versions) - the weblogic plugin is solved this way - and requires quite a number of imports to the repo.

Also some tasks are quite dependent on the environment as such, for instance when requiring certificates to operate the deployment manager over SOAP.

--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com
Sent from my bog-standard SMTP client


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to