Re: Building 2 dependent modules

2011-12-14 Thread Amit Bhargava
Thanks again folks. Much appreciated! I'll probably specify this in my parent pom then -- View this message in context: http://maven.40175.n5.nabble.com/Building-2-dependent-modules-tp5068822p5074678.html Sent from the Maven - Users mailing list archive at Nabble.com. ---

Re: Building 2 dependent modules

2011-12-12 Thread Amit Bhargava
Thanks Ron. It worked. Another question, if I may : In my pom, I had already specified the local repository using the tag as follows local1 My First Repository file://d:/apache-maven-3.0.3/repository

Building 2 dependent modules

2011-12-12 Thread Amit Bhargava
Hi folks, I'm a bit new to Maven. I have some existing modules. One of them is a 'common' module which has utilities used by the other modules. how do I set up a build to package all the modules together? I tried finding a way to add the 'common' jar to the local repository immediately after creat