[ http://jira.codehaus.org/browse/MAVEN-1817?page=comments#action_79803 ] 
            
Arnaud Heritier commented on MAVEN-1817:
----------------------------------------

You're right. The plugin:download doesn't seem to reproduce this problem.
Can you try to build the multichanges plugin which has a SNAPSHOT dependency 
actually. Here it's what I have :
{code}
$ maven 
-Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.1-RC1-SNAPSHOT

Trying to get missing/snapshot dependencies required by Maven MultiChanges 
Plugin:
Attempting to download maven-changes-plugin-1.7-SNAPSHOT.jar( groupid = maven, 
artifactid = maven-changes-plugin, version = 1.7-SNAPSHOT, type = jar ).
Searching in repository : http://people.apache.org/repo/m1-snapshot-repository/
Required credentials not available for BASIC <any realm>@people.apache.org:80
Preemptive authentication requested but no default credentials available
Skipping download as local copy is up to date!
build:start:

plugin:plugin:
java:prepare-filesystem:

java:init:

java:compile:
[echo] Compiling to 
c:\USERS\JTBox\projects\maven-1\plugins\multichanges/target/classes

java:jar-resources:

test:test:
[echo] No tests to run.

jar:jar:

[echo] Rewriting POM...
[copy] Copying 1 file to 
C:\USERS\JTBox\projects\maven-1\plugins\multichanges\target
[jar] Updating jar: 
C:\USERS\JTBox\projects\maven-1\plugins\multichanges\target\maven-multichanges-plugin-1.3-SNAPSHOT.jar
[delete] Deleting: 
C:\USERS\JTBox\projects\maven-1\plugins\multichanges\target\project.xml
BUILD SUCCESSFUL

Total time : 5 seconds
Finished at : Friday, November 10, 2006 1:52:01 PM CET
{code}
Maven doesn't try to download the SNAPSHOT from : http://repo1.maven.org/maven

> Maven doesn't try to find snapshots in all repositories
> -------------------------------------------------------
>
>                 Key: MAVEN-1817
>                 URL: http://jira.codehaus.org/browse/MAVEN-1817
>             Project: Maven 1.x
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.1-beta-3
>            Reporter: Arnaud Heritier
>         Assigned To: Arnaud Heritier
>             Fix For: 1.1-rc1
>
>
> In my environment I have several remote repositories.
> When Maven tries to update a snapshot, as soon as it found the snapshot on a 
> given repo, it doesn't try to check if there's a more recent in another repo.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to