Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-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 9E04F10F9D for ; Sun, 22 Sep 2013 20:13:00 +0000 (UTC) Received: (qmail 18526 invoked by uid 500); 22 Sep 2013 20:12:56 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 18442 invoked by uid 500); 22 Sep 2013 20:12:53 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 18431 invoked by uid 99); 22 Sep 2013 20:12:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Sep 2013 20:12:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9033B8B092C; Sun, 22 Sep 2013 20:12:51 +0000 (UTC) From: ryenus To: dev@maven.apache.org Subject: maven-plugins pull request: [MJAR-170] make the jar classifier customizable... Content-Type: text/plain Message-Id: <20130922201251.9033B8B092C@tyr.zones.apache.org> Date: Sun, 22 Sep 2013 20:12:51 +0000 (UTC) GitHub user ryenus opened a pull request: https://github.com/apache/maven-plugins/pull/13 [MJAR-170] make the jar classifier customizable via property maven.jar.classifier tested with the following snippet in my pom.xml and it works: ```xml jdk6 maven-jar-plugin 2.5-SNAPSHOT ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/ryenus/maven-plugins mjar-170 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-plugins/pull/13.patch ---- ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org