Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E4897EE1 for ; Tue, 1 Nov 2011 23:55:55 +0000 (UTC) Received: (qmail 63577 invoked by uid 500); 1 Nov 2011 23:55:54 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 63513 invoked by uid 500); 1 Nov 2011 23:55:54 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 63498 invoked by uid 99); 1 Nov 2011 23:55:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2011 23:55:54 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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; Tue, 01 Nov 2011 23:55:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 75A3232DEE3 for ; Tue, 1 Nov 2011 23:55:33 +0000 (UTC) Date: Tue, 1 Nov 2011 23:55:33 +0000 (UTC) From: =?utf-8?Q?Bruno_Mah=C3=A9_=28Created=29_=28JIRA=29?= To: common-issues@hadoop.apache.org Message-ID: <180980208.48478.1320191733483.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HADOOP-7793) mvn clean package -Dsrc does not work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 mvn clean package -Dsrc does not work ------------------------------------- Key: HADOOP-7793 URL: https://issues.apache.org/jira/browse/HADOOP-7793 Project: Hadoop Common Issue Type: Bug Components: build Affects Versions: 0.23.0 Reporter: Bruno Mah=C3=A9 "mvn clean package -Dsrc" is supposed to create a source tarball in hadoop-= dist/target/ but some interactions with the clean target will prevent this = to happen. The following would happen: * -Dsrc makes maven create a source tarball in hadoop-dist/target/ for the = root module as well as each submodule 1. The root module would first create a source tarball correctly in hadoop-= dist/target/ 2. Each submodule will also create a source tarball for their module in /hadoop-dist/target/. But not before executing the clean target and th= erefore deleting the main source tarball created at 1. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira