Martin Höller wrote: > > Am Freitag, 9. Juli 2010 00:38:37 schrieb asookazian: >> Thanks! Now I just need to write a simple Mojo/plugin that will copy the >> exploded EAR directory to the server/default/deploy directory in JBoss. >> cool. > > Or you use the maven-antrun-plugin and save yourself some work :) > > hth, > - martin > > >
I modified the HardDeployMojo in the jboss-maven-plugin so that it copies the exploded EAR directory and not the packaged EAR file. But the copied exploded EAR does not deploy cleanly in JBoss AS 4.2.2.GA (nor does the packaged EAR). There are several NPEs in the server.log and I'm not sure why... -- View this message in context: http://maven.40175.n5.nabble.com/Creating-a-Custom-Lifecycle-tp1044781p1045577.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
