Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.2
-
Fix Version/s: 3.0.3
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Environment:Win7 64bit, JDK 1.6.0_21 64bit, Maven 3.0.2
-
Complexity:Intermediate
-
Number of attachments :
Description
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.
Fixed in r1073928.