How to do websphere 7 deployment automation using maven?

Viewed 15064

Hi all
Our Maven scripts are currently written to compile/package & deploy in tomcat6 (development) server. This helped us in automating the build-deploy process.

Moving forward, we want to do automated deployments into WAS7 (Websphere 7) server using MAVEN scripts. Few articles which i read talks about invoking ANT Tasks that could perform deployment to websphere.

Could anybody share maven scripts/tags for the same ?

2 Answers
Related