Hi Ben, Thank you for your reply.
Yes I had these repositories descriptions. I have solved my problem adding "<updatePolicy>always</updatePolicy>" in settings.xml. I have done many different changes et tests, but I think this is this change that solved my problem. Now, all SNQPSHOT versions are always updated. Note : Maven 3 does not support "non unique version" for SNQPSHOT, that is that all SNAPSHOT version are deployed with date and hour in the JAR name. Xavier 2012/5/7 Ben Caradoc-Davies <[email protected]> > Xavier, > > does the pom on the test computer enable snapshots for that repository? > > http://www.sonatype.com/books/**mvnref-book/reference/pom-** > relationships-sect-pom-syntax.**html<http://www.sonatype.com/books/mvnref-book/reference/pom-relationships-sect-pom-syntax.html> > "As a default setting, Maven will not check for SNAPSHOT releases on > remote repositories. To depend on SNAPSHOT releases, users must explicitly > enable the ability to download snapshots using a repository or > pluginRepository element in the POM." > > Do you have something like this in your pom repositories section?: > > <repositories> > <repository> > <id>[...]</id> > <name>[...]</name> > <url>[...]</url> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > </repositories> > > Kind regards, > Ben. > > > > On 07/05/12 15:06, Xavier NOPRE wrote: > >> Hi all, >> >> I'm using Maven, deploying JARs on Artifactory. I launch my application on >> a test computer, with Maven, and I want to launch with last SNQPSHOT >> versions. >> >> When I deploy the current SNAPSHOT version from my computer, the JAR is >> not >> updated on test computer. I can see the new JAR in artifactory. >> >> I don't know if it's a Maven configuration problem or an Artifactory >> problem. >> >> Thanks for your help, >> >> Xavier >> >> > -- > Ben Caradoc-Davies <[email protected]> > Software Engineer > CSIRO Earth Science and Resource Engineering > Australian Resources Research Centre >
