RE: Maven 1 to Maven 2 Question

2007-08-03 Thread Girish1702
use the version defined in the parent > POM > > -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: >>

RE: Maven 1 to Maven 2 Question

2007-08-02 Thread Vihung Marathe
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 through a master project.properties file. > > e.g in se

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 ${library.axis.version} and in a master project.properties you have library.axis.version=1.2.9. Hence you

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] http://www.

Maven 1 to Maven 2 Question

2007-08-02 Thread Girish1702
version in different project.xml from a single project.properties file. How do you achieve this in Maven 2 since there are no project.properties file? Thanks -- View this message in context: http://www.nabble.com/Maven-1-to-Maven-2-Question-tf4204985s177.html#a11960984 Sent from the Maven