[ https://issues.apache.org/jira/browse/IVY-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491649#comment-14491649 ]
Key Offecka commented on IVY-1518: ---------------------------------- <?xml version="1.0" encoding="UTF-8"?> <ivysettings> <settings defaultResolver="chained"/> <resolvers> <chain name="chained" returnFirst="true"> <ibiblio name="Sonatype OSS Snapshot Repository" m2compatible="true" useMavenMetadata="true" checkmodified="true" usepoms="false" root="http://oss.sonatype.org/content/repositories/snapshots"/> </chain> </resolvers> <caches default="storage"> <cache name="storage" basedir="${ivy.cache.dir}"/> </caches> </ivysettings> > Ivy fails to download maven-metadata.xml > ---------------------------------------- > > Key: IVY-1518 > URL: https://issues.apache.org/jira/browse/IVY-1518 > Project: Ivy > Issue Type: Bug > Components: Maven Compatibility > Affects Versions: 2.4.0 > Reporter: Key Offecka > > Ivy says that maven-metadata is not available, but that is not true, the > resource with the URL is available. > java -Divy.cache.dir=/private/.cache/ivy2/cache -jar > /opt/apache-ivy-2.4.0/ivy-2.4.0.jar -verbose -settings ivysettings.xml > :: loading settings :: file = ivysettings.xml > no default ivy user dir defined: set to /home/echo/.ivy2 > settings loaded (171ms) > default cache: /private/.cache/ivy2/cache > default resolver: chained > -- 2 resolvers: > chained [chain] [Sonatype OSS Snapshot Repository] > Sonatype OSS Snapshot Repository [ibiblio] > Execution environment profile JavaSE-1.2 loaded > Execution environment profile JavaSE-1.3 loaded > Execution environment profile JavaSE-1.4 loaded > Execution environment profile JavaSE-1.5 loaded > Execution environment profile JavaSE-1.6 loaded > Execution environment profile JavaSE-1.7 loaded > Execution environment profile OSGi/Minimum-1.1 loaded > Execution environment profile JavaSE-1.8 loaded > Execution environment profile CDC-1.0/Foundation-1.0 loaded > Execution environment profile CDC-1.1/Foundation-1.1 loaded > Execution environment profile OSGi/Minimum-1.2 loaded > Execution environment profile OSGi/Minimum-1.0 loaded > using ivy parser to parse file:/private/prj/pet/hooter/hooter-parent/ivy.xml > :: resolving dependencies :: net.ofk#hooter;working@eshke.localdomain > confs: [compile, provided, runtime, tool, test] > validate = true > refresh = false > resolving dependencies for configuration 'compile' > == resolving dependencies for net.ofk#hooter;working@eshke.localdomain > [compile] > resolving dependencies for configuration 'provided' > == resolving dependencies for net.ofk#hooter;working@eshke.localdomain > [provided] > resolving dependencies for configuration 'runtime' > == resolving dependencies for net.ofk#hooter;working@eshke.localdomain > [runtime] > == resolving dependencies > net.ofk#hooter;working@eshke.localdomain->com.github.sarxos#webcam-capture-driver-v4l4j;0.3.11-SNAPSHOT > [runtime->*!javadoc] > chained: Checking cache for: dependency: > com.github.sarxos#webcam-capture-driver-v4l4j;0.3.11-SNAPSHOT > {runtime=[*!javadoc]} > don't use cache for > com.github.sarxos#webcam-capture-driver-v4l4j;0.3.11-SNAPSHOT: > checkModified=true > maven-metadata not available: > http://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-v4l4j/0.3.11-SNAPSHOT/maven-metadata.xml > tried > http://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-v4l4j/0.3.11-SNAPSHOT/webcam-capture-driver-v4l4j-0.3.11-SNAPSHOT.jar > Sonatype OSS Snapshot Repository: no ivy file nor artifact found for > com.github.sarxos#webcam-capture-driver-v4l4j;0.3.11-SNAPSHOT > WARN: module not found: > com.github.sarxos#webcam-capture-driver-v4l4j;0.3.11-SNAPSHOT > WARN: ==== Sonatype OSS Snapshot Repository: tried > WARN: -- artifact > com.github.sarxos#webcam-capture-driver-v4l4j;0.3.11-SNAPSHOT!webcam-capture-driver-v4l4j.jar: > WARN: > http://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-v4l4j/0.3.11-SNAPSHOT/webcam-capture-driver-v4l4j-0.3.11-SNAPSHOT.jar > resolving dependencies for configuration 'tool' > == resolving dependencies for net.ofk#hooter;working@eshke.localdomain [tool] > resolving dependencies for configuration 'test' > == resolving dependencies for net.ofk#hooter;working@eshke.localdomain [test] > resolved ivy file produced in cache > :: downloading artifacts :: > :: resolution report :: resolve 724ms :: artifacts dl 0ms > --------------------------------------------------------------------- > | | modules || artifacts | > | conf | number| search|dwnlded|evicted|| number|dwnlded| > --------------------------------------------------------------------- > | compile | 0 | 0 | 0 | 0 || 0 | 0 | > | provided | 0 | 0 | 0 | 0 || 0 | 0 | > | runtime | 1 | 0 | 0 | 0 || 0 | 0 | > | tool | 0 | 0 | 0 | 0 || 0 | 0 | > | test | 0 | 0 | 0 | 0 || 0 | 0 | > --------------------------------------------------------------------- > WARN: :::::::::::::::::::::::::::::::::::::::::::::: > WARN: :: UNRESOLVED DEPENDENCIES :: > WARN: :::::::::::::::::::::::::::::::::::::::::::::: > WARN: :: com.github.sarxos#webcam-capture-driver-v4l4j;0.3.11-SNAPSHOT: not > found > WARN: :::::::::::::::::::::::::::::::::::::::::::::: > report for net.ofk#hooter;working@eshke.localdomain compile produced > in /private/.cache/ivy2/cache/net.ofk-hooter-compile.xml > report for net.ofk#hooter;working@eshke.localdomain provided produced > in /private/.cache/ivy2/cache/net.ofk-hooter-provided.xml > report for net.ofk#hooter;working@eshke.localdomain runtime produced > in /private/.cache/ivy2/cache/net.ofk-hooter-runtime.xml > report for net.ofk#hooter;working@eshke.localdomain tool produced in > /private/.cache/ivy2/cache/net.ofk-hooter-tool.xml > report for net.ofk#hooter;working@eshke.localdomain test produced in > /private/.cache/ivy2/cache/net.ofk-hooter-test.xml > resolve done (724ms resolve - 0ms download) > :: problems summary :: > :::: WARNINGS > module not found: > com.github.sarxos#webcam-capture-driver-v4l4j;0.3.11-SNAPSHOT > ==== Sonatype OSS Snapshot Repository: tried > -- artifact > com.github.sarxos#webcam-capture-driver-v4l4j;0.3.11-SNAPSHOT!webcam-capture-driver-v4l4j.jar: > > http://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-v4l4j/0.3.11-SNAPSHOT/webcam-capture-driver-v4l4j-0.3.11-SNAPSHOT.jar > :::::::::::::::::::::::::::::::::::::::::::::: > :: UNRESOLVED DEPENDENCIES :: > :::::::::::::::::::::::::::::::::::::::::::::: > :: > com.github.sarxos#webcam-capture-driver-v4l4j;0.3.11-SNAPSHOT: not found > :::::::::::::::::::::::::::::::::::::::::::::: > :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS -- This message was sent by Atlassian JIRA (v6.3.4#6332)