Dmitry, I am glad you have create a book on Intellij 7. I love the
IDE, but would love to find a better faster way to hot-deploy my EJB3, Seam application into
JBoss 4.2
I have a
Maven 2.0.7 multi-module build structure:
pom.xml
+-->myEar
+-->myEJB3
+-->myWar
+-->myCommon-jar
Currently, I have to rebuild via the maven plugin to package 'myEar', then redeploy from a running JBoss in IntelliJ.
Is there a way to just deploy it exploded module, by, module?
[ November 05, 2007: Message edited by: Bear Bibeault ]