Deploy an EAR into Websphere Application Server 6.1 using maven plugins

2009-05-14 Thread Martín Bárcenas
I'm trying to deploy on websphere 6.1 using the *maven-antrun-plugin* but I have a trouble executing the tasks displaying the following error: [INFO] [ERROR] BUILD ERROR [INFO]

Re: Deploy an EAR into Websphere Application Server 6.1 using maven plugins

2009-05-14 Thread Lee Meador
I don't know about WAS 6.1 but in WAS 6.02 you can't use the deployment ant task in a regular ant version you have to use the ws-ant utility supplied with Websphere. You could try having a separate build.xml with the deployment stuff in it and use the ant exec task to run ws-ant in its own JVM.

Re: Deploy an EAR into Websphere Application Server 6.1 using maven plugins

2009-05-14 Thread Martín Bárcenas
Yeah, I forgot to comment that... And you're right everything it's fine when I build my EAR with ws-ant in a separate script... Probably I sound like I'd be obsessed if I insist but that's because I use to work with maven always I've needed to develop an J2EE application... I don't know It's just