RepositorySystem#resolve(request) uses two different local repositories
-----------------------------------------------------------------------

                 Key: MNG-4990
                 URL: http://jira.codehaus.org/browse/MNG-4990
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Artifacts and Repositories
    Affects Versions: 3.0.2
         Environment: Win7 64bit, JDK 1.6.0_21 64bit, Maven 3.0.2
            Reporter: Bernd Vogt


{{RepositorySystem#resolve(ArtifactResolutionRequest)}} doesn't use the local 
repository passed in via the resolution request as target for metadata 
downloads (pom.xml). It uses the local repository from the settings.xml instead.

Current behaviour:
After the resolution process there are only the jar file (and their checksums) 
contained in the "custom" local repository that was set via the resolution 
request. The pom and parent pom files (and their checksums) could be found in 
the "global" local repository (configured via settings.xml).

Expected:
After the resolution process the whole stuff is contained in the "custom" local 
repository, the "global" one wasn't touched.

-- 
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