-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Information Provided
-
Affects Version/s: 1.15, 1.16
-
Fix Version/s: None
-
Component/s: build
-
Labels:None
In weird cases Nutch is unable to build due to a dependency problem in the TikaParser. The error report:
[ivy:resolve] ==== sonatype: tried [ivy:resolve] https://oss.sonatype.org/content/repositories/releases/javax/measure/unit-api/working@localhost/unit-api-working@localhost.pom [ivy:resolve] -- artifact javax.measure#unit-api;working@localhost!unit-api.jar: [ivy:resolve] https://oss.sonatype.org/content/repositories/releases/javax/measure/unit-api/working@localhost/unit-api-working@localhost.jar [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: javax.measure#unit-api;working@localhost: not found [ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
Cleaning the local ~/.ivy cache solves the problem. Cleaning ~/.ivy2/cache/javax.measure/unit-api/ can also work but i have not tested it.