I also want to know how to deploy to auto-deploy of weblogic in exploded format using maven.
Presently we run 'mvn clean install' which creates ear. We run a batch file to explode this ear and copy this exploded ear to the autodeploy directory. If we have java changes, we do 'mvn compile' on java source files and then copy the java files ('com') into the autodeploy and touch the REDEPLOY file to trigger auto-deploy. I would like to improve/automat this as lot of steps above are manual (like running batch file to explode, copying, touching the file etc.) Any help on this ? -- View this message in context: http://maven.40175.n5.nabble.com/Creating-an-exploded-ear-file-tp80817p3330081.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org