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 DD70918340 for ; Tue, 16 Feb 2016 21:31:18 +0000 (UTC) Received: (qmail 90783 invoked by uid 500); 16 Feb 2016 21:31:18 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 90726 invoked by uid 500); 16 Feb 2016 21:31:18 -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 90700 invoked by uid 99); 16 Feb 2016 21:31:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2016 21:31:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 22E372C1F5D for ; Tue, 16 Feb 2016 21:31:18 +0000 (UTC) Date: Tue, 16 Feb 2016 21:31:18 +0000 (UTC) From: "Karl Heinz Marbaise (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MENFORCER-156) Upgrading maven-enforcer-plugin from 1.2 to 1.3 breaks maven-assembly-plugin 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/MENFORCER-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15149337#comment-15149337 ] Karl Heinz Marbaise commented on MENFORCER-156: ----------------------------------------------- Can you please create a separate issue with a reference to this issue instead of using this issue. > Upgrading maven-enforcer-plugin from 1.2 to 1.3 breaks maven-assembly-plugin > ---------------------------------------------------------------------------- > > Key: MENFORCER-156 > URL: https://issues.apache.org/jira/browse/MENFORCER-156 > Project: Maven Enforcer Plugin > Issue Type: Bug > Affects Versions: 1.3 > Environment: Ubuntu 12.04 fully patched / Maven 3.0.5 / Oracle Java 1.7.0_25 > Reporter: Wolf Geldmacher > Assignee: Robert Scholte > Priority: Blocker > Fix For: 1.3.1 > > Attachments: extjars.xml, pom.xml > > > After upgrading m-e-p from 1.2 to 1.3 the maven-assembly-plugin generates the following error: > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (assemble) on project extjars: Execution assemble of goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single failed. NullPointerException -> [Help 1] > Downgrading to m-e-p 1.2 makes the assembly work again. > Sample pom & assembly that expose the error attached. > When called via: > mvn -Dplugins.maven-enforcer-plugin.version=1.2 > a zip file is generated as expected, when called via > mvn -Dplugins.maven-enforcer-plugin.version=1.3 > (or without argument) you will get the NPE. -- This message was sent by Atlassian JIRA (v6.3.4#6332)