Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
2.2.0
-
None
-
None
Description
Resolvers are as follows:
<resolvers>
<chain name="main" returnFirst="true">
<ibiblio name="local-maven2" m2compatible="true" root="file:///c:/Users/<username>/.m2/repository" />
<ibiblio name="public" m2compatible="true" root="http://<artifactory>/artifactory/libs-releases" />
</chain>
</resolvers>
When artifacts are discovered using the "public" resolver, source (if published) is downloaded automatically. However when using the "local-maven2" resolver no source is copied.
This appears to be the issue:
[ivy:retrieve] maven-metadata not available: file:/c:/Users/<username>/.m2/repository/com/example/test/1.1-SNAPSHOT/maven-metadata.xml
In this case there is no maven-metadata.xml, there is only a maven-metadata-local.xml
Attachments
Attachments
Issue Links
- blocks
-
IVY-1221 ivy won't resolve updated maven SNAPSHOT artifacts with classifiers from local repo
- Open