RE: Maven 1 to Maven 2 Question

2007-08-03 Thread Girish1702
-Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 1:29 PM To: Maven Users List Subject: Re: Maven 1 to Maven 2 Question Girish1702 wrote: Hi In maven 1 you can modify the version of a dependency in the project.xml of a sub-project

Re: Maven 1 to Maven 2 Question

2007-08-02 Thread Nick Stolwijk
Through dependency management section of the parent pom. In short, you don't specify a version in the dependency section of the child pom and specify the version in the dependency management section. In long, see Pom Relationships in the new Maven book. [1] Hth, Nick Stolwijk [1]

Re: Maven 1 to Maven 2 Question

2007-08-02 Thread Dennis Lundberg
Girish1702 wrote: Hi In maven 1 you can modify the version of a dependency in the project.xml of a sub-project through a master project.properties file. e.g in several project.xml you have version${library.axis.version}/version and in a master project.properties you have

RE: Maven 1 to Maven 2 Question

2007-08-02 Thread Vihung Marathe
1:29 PM To: Maven Users List Subject: Re: Maven 1 to Maven 2 Question Girish1702 wrote: Hi In maven 1 you can modify the version of a dependency in the project.xml of a sub-project through a master project.properties file. e.g in several project.xml you have version