Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CA0B9200B96 for ; Thu, 6 Oct 2016 22:36:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C8C24160ADB; Thu, 6 Oct 2016 20:36:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 13CEA160AC5 for ; Thu, 6 Oct 2016 22:36:21 +0200 (CEST) Received: (qmail 66107 invoked by uid 500); 6 Oct 2016 20:36:20 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 66078 invoked by uid 99); 6 Oct 2016 20:36:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2016 20:36:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9293B2C2A66 for ; Thu, 6 Oct 2016 20:36:20 +0000 (UTC) Date: Thu, 6 Oct 2016 20:36:20 +0000 (UTC) From: "Mingliang Liu (JIRA)" To: common-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HADOOP-11513) Artifact errors with Maven build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 06 Oct 2016 20:36:23 -0000 [ https://issues.apache.org/jira/browse/HADOOP-11513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HADOOP-11513. ------------------------------------ Resolution: Cannot Reproduce Feel free to re-open if it happens again. Thanks. > Artifact errors with Maven build > -------------------------------- > > 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_ on Linux and OS X. > {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_ on Linux 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) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-dev-help@hadoop.apache.org