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 45870200BBE for ; Fri, 11 Nov 2016 21:34:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 44288160B15; Fri, 11 Nov 2016 20:34:00 +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 B51CD160AEE for ; Fri, 11 Nov 2016 21:33:59 +0100 (CET) Received: (qmail 49137 invoked by uid 500); 11 Nov 2016 20:33:58 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 49097 invoked by uid 99); 11 Nov 2016 20:33:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2016 20:33:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A40272C4C74 for ; Fri, 11 Nov 2016 20:33:58 +0000 (UTC) Date: Fri, 11 Nov 2016 20:33:58 +0000 (UTC) From: "Christian Schulte (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MNG-5940) Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 11 Nov 2016 20:34:00 -0000 [ https://issues.apache.org/jira/browse/MNG-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schulte updated MNG-5940: ----------------------------------- Fix Version/s: (was: 3.4.0) > Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM > --------------------------------------------------------------------------- > > Key: MNG-5940 > URL: https://issues.apache.org/jira/browse/MNG-5940 > Project: Maven > Issue Type: Improvement > Components: core > Reporter: Karl Heinz Marbaise > Assignee: Christian Schulte > Priority: Minor > > At the moment the {{maven-source-plugin:jar}} goal is defined in the Maven super pom: > {code:xml} > > true > maven-source-plugin > > > attach-sources > > jar > > > > > {code} > where the goal of {{maven-source-plugin}} should be changed from {{jar}} into {{jar-no-fork}}, cause most of the time you need to override this behaviour. -- This message was sent by Atlassian JIRA (v6.3.4#6332)