Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-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 0FB911129B for ; Mon, 5 May 2014 18:00:30 +0000 (UTC) Received: (qmail 88971 invoked by uid 500); 5 May 2014 18:00:28 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 88786 invoked by uid 500); 5 May 2014 18:00:27 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 88726 invoked by uid 500); 5 May 2014 18:00:27 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 88720 invoked by uid 99); 5 May 2014 18:00:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2014 18:00:26 +0000 Date: Mon, 5 May 2014 18:00:26 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CRUNCH-389) Include Scala sources in source artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CRUNCH-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Wills resolved CRUNCH-389. ------------------------------- Resolution: Fixed Fix Version/s: 0.8.3 0.10.0 Thanks Micah-- pushed to master and 0.8. > Include Scala sources in source artifacts > ----------------------------------------- > > Key: CRUNCH-389 > URL: https://issues.apache.org/jira/browse/CRUNCH-389 > Project: Crunch > Issue Type: Improvement > Reporter: Josh Wills > Assignee: Josh Wills > Fix For: 0.10.0, 0.8.3 > > Attachments: CRUNCH-389.patch > > > The maven-source-plugin doesn't pick up the Scala sources for Scrunch when it creates source jars, just the Java code. We can add the src/main/scala directory to the build-helper plugin in order to have these jars include the Scala source. -- This message was sent by Atlassian JIRA (v6.2#6252)