Thanks Ron. It worked.

Another question, if I may :

In my pom, I had already specified the local repository using the
<repositories> tag as follows
         
         <repositories>
                <repository>
                  <id>local1</id>
                  <name>My First Repository</name>
                  <url>file://d:/apache-maven-3.0.3/repository</url>
                  <layout>default</layout>
                </repository>
        </repositories>

However, in distribution management, I had to give the details for the same
repository as follows
        
         <distributionManagement>
                <repository>
                        <id>local1</id>
                        <name>My First Repository</name>
                        <url>file://d:/apache-maven-3.0.3/repository</url>
                </repository>
        </distributionManagement>

Seems to be a bit of a redundancy. Is there any way to avoid this?

--
View this message in context: 
http://maven.40175.n5.nabble.com/Building-2-dependent-modules-tp5068822p5070035.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to