By wargun02
via developerscrappad.com
Published: Dec 28 2012 / 10:14
This article is part of the series of "Building and Deploying Java EE EAR with Maven to Java EE Application Server". This part is about deployment of EAR to Glassfish 3.x through Maven
Comments
dxxvi replied ago:
Do you think using org.codehaus.mojo.archetypes:ear-javaee6 or org.codehaus.mojo.archetypes:ear-jee5 will be faster than org.codehaus.mojo.archetypes:pom-root?
Max Lam replied ago:
hhhmm...I wonder what "faster" means in your context? For me, I will use either the org.codehaus.mojo.archetypes:ear-javaee6 or the org.codehaus.mojo.archetypes:ear-jee5 to encapsulate an EAR module. The org.codehaus.mojo.archetypes:pom-root is for me to wrap the entire project (including ejb-jee5, webapp-jee5 and ear-jee5) as one. Its not so much of speed.
Voters For This Link (7)
Voters Against This Link (0)