Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.