I would appreciate your help on this
Thanks
-Venkat
-Original Message-
From: Subramanian, N.Venkata
Sent: Tuesday, December 23, 2008 3:40 PM
To: Maven Users List
Subject: RE: Question on dowloading the deployed artifact
Thanks Mathus
We are using SNAPSHOT versions only.
As I said we
of that we have failure.
Regards
-Venkat
-Original Message-
From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of Baptiste
MATHUS
Sent: Tuesday, December 23, 2008 3:11 PM
To: Maven Users List
Subject: Re: Question on dowloading the deployed artifact
I guess I read and replied
I guess I read and replied too fast :-/.
I'm not sure I understand your question. You would like maven to
automatically download new versions if there is one in your deployment
repository?
If so, then sure, there is. Just put a dependency with "-SNAPSHOT" version
and that will be the default behav
Hi,
As mvn deploy includes mvn install (see
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Build_Lifecycle_Basicsto
know more about it). You could just delete your "mvn install" setup.
Fwiw, that's what we run in our Continuous Integration server : "mvn clean
deplo