Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8784B973A for ; Sat, 5 May 2012 00:30:13 +0000 (UTC) Received: (qmail 58204 invoked by uid 500); 5 May 2012 00:30:12 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 58140 invoked by uid 500); 5 May 2012 00:30:12 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 58131 invoked by uid 99); 5 May 2012 00:30:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 May 2012 00:30:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 May 2012 00:30:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DEE66431D20 for ; Sat, 5 May 2012 00:29:50 +0000 (UTC) Date: Sat, 5 May 2012 00:29:50 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <548613613.29679.1336177790946.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HADOOP-8363) publish Hadoop-* sources and javadoc to maven repositories. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Jonathan Hsieh created HADOOP-8363: -------------------------------------- Summary: publish Hadoop-* sources and javadoc to maven repositories. Key: HADOOP-8363 URL: https://issues.apache.org/jira/browse/HADOOP-8363 Project: Hadoop Common Issue Type: New Feature Reporter: Jonathan Hsieh I believe the hadoop 1.0.x series does not have the source jars published on maven repos. {code} hbase-trunk$ mvn eclipse:eclipse -DdownloadSources -DdownloadJavadocs ... [INFO] Wrote Eclipse project for "hbase" to /home/jon/proj/hbase-trunk. [INFO] Sources for some artifacts are not available. List of artifacts without a source archive: o org.apache.hadoop:hadoop-core:1.0.2 o org.apache.hadoop:hadoop-test:1.0.2 {code} It would be great if the poms were setup so that this would pull in the source jars as well! I believe this is in place for the 0.23/2.x release lines. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira