Arpit Agarwal created HADOOP-11513: -------------------------------------- Summary: Artifact errors with Maven build on Linux Key: HADOOP-11513 URL: https://issues.apache.org/jira/browse/HADOOP-11513 Project: Hadoop Common Issue Type: Bug Components: build Affects Versions: 2.7.0 Reporter: Arpit Agarwal
I recently started getting the following errors with _mvn -q clean compile install_ {code} [ERROR] Artifact: org.xerial.snappy:snappy-java:jar:1.0.4.1 has no file. [ERROR] Artifact: xerces:xercesImpl:jar:2.9.1 has no file. [ERROR] Artifact: xml-apis:xml-apis:jar:1.3.04 has no file. [ERROR] Artifact: xmlenc:xmlenc:jar:0.52 has no file. [ERROR] Artifact: org.xerial.snappy:snappy-java:jar:1.0.4.1 has no file. [ERROR] Artifact: xerces:xercesImpl:jar:2.9.1 has no file. [ERROR] Artifact: xml-apis:xml-apis:jar:1.3.04 has no file. [ERROR] Artifact: xmlenc:xmlenc:jar:0.52 has no file. {code} mvn --version reports: {code} Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T09:29:23-08:00) Maven home: /home/vagrant/usr/share/maven Java version: 1.7.0_65, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.13.0-24-generic", arch: "amd64", family: "unix" {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)