SNAPSHOT Dependency not working for me

2005-10-17 Thread Gianfranco Oldani
Hello, I try to use the SNAPSHOT keyword in a dependeny but I get always an errop message. Maven try to search for an artifact with SNAPSHOT in the name e.g. artifactId-1.2.7-SNAPSHOT.jar and obviously cannot be found. I use maven 1.1-beta-2 Thanks for help Gianfranco

Re: SNAPSHOT Dependency not working for me

2005-10-17 Thread Arik Kfir
Could you post the dependency you're declaring? On 10/17/05, Gianfranco Oldani [EMAIL PROTECTED] wrote: Hello, I try to use the SNAPSHOT keyword in a dependeny but I get always an errop message. Maven try to search for an artifact with SNAPSHOT in the name e.g. artifactId-1.2.7-SNAPSHOT.jar

Re: SNAPSHOT Dependency not working for me

2005-10-17 Thread Gianfranco Oldani
: SNAPSHOT Dependency not working for me Date: Mon, 17 Oct 2005 17:05:36 +0200 Could you post the dependency you're declaring? On 10/17/05, Gianfranco Oldani [EMAIL PROTECTED] wrote: Hello, I try to use the SNAPSHOT keyword in a dependeny but I get always an errop message. Maven try to search

Re: SNAPSHOT Dependency not working for me

2005-10-17 Thread Arik Kfir
Dependency not working for me Date: Mon, 17 Oct 2005 17:05:36 +0200 Could you post the dependency you're declaring? On 10/17/05, Gianfranco Oldani [EMAIL PROTECTED] wrote: Hello, I try to use the SNAPSHOT keyword in a dependeny but I get always an errop message. Maven try to search

Re: SNAPSHOT Dependency not working for me

2005-10-17 Thread Gianfranco Oldani
Subject: Re: SNAPSHOT Dependency not working for me Date: Mon, 17 Oct 2005 20:11:06 +0200 When you specify that you depend on a snapshot version - those that publish the dependency must publish a snapshot version of it. So if I publish a project named arik, you will see several versions of my project

Re: SNAPSHOT Dependency not working for me

2005-10-17 Thread Arik Kfir
Original Message Follows From: Arik Kfir [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: SNAPSHOT Dependency not working for me Date: Mon, 17 Oct 2005 20:11:06 +0200 When you specify that you depend on a snapshot