0

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

pradeep cs
  • 513
  • 4
  • 9
  • 34

1 Answers1

0

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.

user918176
  • 1,770
  • 13
  • 34