Re: Maven Setup for Project

2011-09-22 Thread Guillaume Polet
From what you expose, I don't see any reason that would prevent you from using Maven. However, you will struggle a little bit to set up sourceDirectory, warDirectory and resourcesDirectory since they are all merged together. You can get around this by setting up correct

RE: Maven Setup for Project

2011-09-22 Thread Diego Lin
Hi Khavnekar, You may use the command like this to generate the outline of the J2EE application and move your code to relevant sub-project: mvn archetype:create -DarchetypeArtifactId=maven-archetype-j2ee-simple -DgroupId=com.mycom.demo.commonlib -DartifactId=entApp01 You will understand