Ruby,
I had a change to test my hunch.  That was not it :(

The -U start the download process, but only the metadata files are downloaded.  
In
my case the snapshots are not timestamped.  The snapshot repository in the POM 
is defined a
follows:
    <snapshotRepository>
      <uniqueVersion>false</uniqueVersion>
      <id>my-snapshot</id>
      <name>Snapshot Repository</name>
      <url>scp://foo.com/Maven2-repository/snapshot-repository</url>
    </snapshotRepository>

Paul Spencer

[EMAIL PROTECTED] wrote:
Same here...one thing I think I did that seemed to work was to throw the
-U cmd on the compile, ie. "mvn -U compile".  Try that and let us know
if it works.

--Rudy

-----Original Message-----
From: Paul Spencer [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 10:29 AM
To: Maven Users List
Subject: Re: [M2] Snapshots deployed to server not being found

Ben,
I have seen the same behavior.  Although I have not had time to
determine what is
the root cause, I think it may the IDE, Eclipse in my case, locking the
dependency
in the local repository and Maven not complaining when it can not
replace the file.  Again
I have not had time to verify this, it is just a hunch.

Paul Spencer

ben short wrote:
Hi,

I am trying to include a snapshot that has been deployed to our
internal repository. When I do mvn compile, maven complains that it
couldn't resolve the dependency.

Is this a bug with maven 2.0.4?

Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to