Re: Best Practice - Maven with WSAD or RAD6

2006-01-21 Thread Jeffrey Bonevich
We are doing this with both WSAD and RAD with minimal problems using Maven 1.0.2. I wrote a maven.xml script that we run to copy all jar files into the EAR project for development, and declare dependencies in the EAR project's project.xml that get them included in the build for runtime. The

RE: Best Practice - Maven with WSAD or RAD6

2006-01-21 Thread Mike Perham
You don't say if you are using M1 or M2. For M2, we did the following to get things working with RSA6: WAR plugin config: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId

Re: Best Practice - Maven with WSAD or RAD6

2006-01-21 Thread Sanjay Choudhary
Hi Mike, Thanks a lot. Currently, I am trying to make our existing application to use Maven 2, both in build and development env. Great that you have already done so. Please help me by answering some more questions below :- 1. I downloaded the new version for WAR plug in. Build and used

Re: Best Practice - Maven with WSAD or RAD6

2006-01-21 Thread Sanjay Choudhary
Hi Mike, For 1, I have put jar dependency as default (compile) and option = true. Manifest.mf is generated fine. But please validate if this is fine. For 2, I have use ANT - my POM has something like this plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId