Return-Path: X-Original-To: apmail-incubator-chukwa-dev-archive@www.apache.org Delivered-To: apmail-incubator-chukwa-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 8011B732B for ; Thu, 22 Dec 2011 01:15:52 +0000 (UTC) Received: (qmail 47042 invoked by uid 500); 22 Dec 2011 01:15:52 -0000 Delivered-To: apmail-incubator-chukwa-dev-archive@incubator.apache.org Received: (qmail 47015 invoked by uid 500); 22 Dec 2011 01:15:52 -0000 Mailing-List: contact chukwa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@incubator.apache.org Delivered-To: mailing list chukwa-dev@incubator.apache.org Received: (qmail 47007 invoked by uid 99); 22 Dec 2011 01:15:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2011 01:15:52 +0000 X-ASF-Spam-Status: No, hits=-2002.5 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; Thu, 22 Dec 2011 01:15:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8AEEB122C59 for ; Thu, 22 Dec 2011 01:15:30 +0000 (UTC) Date: Thu, 22 Dec 2011 01:15:30 +0000 (UTC) From: "Eric Yang (Created) (JIRA)" To: chukwa-dev@incubator.apache.org Message-ID: <2051243870.37721.1324516530570.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CHUKWA-623) Add ability to create source tarball for release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Add ability to create source tarball for release ------------------------------------------------ Key: CHUKWA-623 URL: https://issues.apache.org/jira/browse/CHUKWA-623 Project: Chukwa Issue Type: Improvement Components: build and test code Affects Versions: 0.5.0 Environment: Maven Reporter: Eric Yang Assignee: Eric Yang Fix For: 0.5.0 The current tarball is a binary release. We should also have a source release to reproduce artifacts. The proposal is to add a flag to maven to trigger source tarball generation. For example: {noformat} mvn clean package -Drelease {noformat} -- 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