I am using maven build for Automation. Can any one suggest me, how to install ear and start the ear at server side using maven For WebSphere 6.1
Thank u in advance
I am using maven build for Automation. Can any one suggest me, how to install ear and start the ear at server side using maven For WebSphere 6.1
Thank u in advance
There aren't ready turn-key solutions available for this. However you can accomplish your goal with wsadmin deployment scripting. Run the required commands from custom plugin you develop or exec-maven-plugin.