From issues-return-105474-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Sun Oct 4 17:54:27 2015 Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-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 1243818F68 for ; Sun, 4 Oct 2015 17:54:27 +0000 (UTC) Received: (qmail 32524 invoked by uid 500); 4 Oct 2015 17:54:26 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 32475 invoked by uid 500); 4 Oct 2015 17:54:26 -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 32464 invoked by uid 99); 4 Oct 2015 17:54:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2015 17:54:26 +0000 Date: Sun, 4 Oct 2015 17:54:26 +0000 (UTC) From: "Karl Heinz Marbaise (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MSHARED-442) Remove shading of artifact instead of using simple jar MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Karl Heinz Marbaise created MSHARED-442: ------------------------------------------- Summary: Remove shading of artifact instead of using simple jar Key: MSHARED-442 URL: https://issues.apache.org/jira/browse/MSHARED-442 Project: Maven Shared Components Issue Type: Improvement Components: maven-shared-utils Affects Versions: maven-shared-utils-0.9 Reporter: Karl Heinz Marbaise Priority: Minor Fix For: maven-shared-utils-3.0.0 Currently the maven-shared-utils are being shaded during the build but why do we need that? It would be simpler to use create a simple jar file instead. The old build included commons-io into the shaded jar. commons-io dependency is defined optional. -- This message was sent by Atlassian JIRA (v6.3.4#6332)