Re: Is there a way to say "get the latest version" in the project.xml file?

2009-11-04 Thread Lukas Theussl
There is no way to do that in maven 1.x (and for a good reason). See http://maven.apache.org/maven-1.x/using/managing-dependencies.html#Using_SNAPSHOT_Dependencies HTH, -Lukas laredotornado wrote: Hi, I'm using Maven 1.1. I have this dependency in my test/project.xml file ...

Re: Is there a way to say "get the latest version" in the project.xml file?

2009-11-02 Thread Michael Remijan
users@maven.apache.org Sent: Mon, November 2, 2009 10:54:45 AM Subject: Is there a way to say "get the latest version" in the project.xml file? Hi, I'm using Maven 1.1. I have this dependency in my test/project.xml file ... myco.dor.dmv.driver.matching myco-dor-dmv-dr

Is there a way to say "get the latest version" in the project.xml file?

2009-11-02 Thread laredotornado
Hi, I'm using Maven 1.1. I have this dependency in my test/project.xml file ... myco.dor.dmv.driver.matching myco-dor-dmv-driver-matching-client ${pom.currentVersion} However, there is no "${pom.currentVersion}" of this particular dependency at this time. Is