Skip compiling and packaging specific module with Maven

jacksonohara

New Member
I have big project managed using maven and divided into three modules: common, ejb and web. Maven creates a final EAR by combining two JARs and one WAR file.If I make some change in only 'web' module and package(WAR) it, Is there a way to tell maven to skip compiling and packaging other modules(JARs) and directly create a new EAR?I am using Maven 3.0.4
 
Top