From issues-return-86014-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Mon Jul 8 14:53:31 2013 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 3DDD910A48 for ; Mon, 8 Jul 2013 14:53:31 +0000 (UTC) Received: (qmail 95514 invoked by uid 500); 8 Jul 2013 14:53:31 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 95173 invoked by uid 500); 8 Jul 2013 14:53:30 -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 95153 invoked by uid 99); 8 Jul 2013 14:53:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 14:53:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 14:53:25 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 9DFB6B0FF1 for ; Mon, 8 Jul 2013 09:53:05 -0500 (CDT) Date: Mon, 8 Jul 2013 09:53:05 -0500 (CDT) From: "Robin Roos (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MASSEMBLY-658) Assembly fails for multi-module project if webstart-maven-plugin is in use MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MASSEMBLY-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Roos updated MASSEMBLY-658: --------------------------------- Attachment: output.log Log output > Assembly fails for multi-module project if webstart-maven-plugin is in use > -------------------------------------------------------------------------- > > Key: MASSEMBLY-658 > URL: https://jira.codehaus.org/browse/MASSEMBLY-658 > Project: Maven 2.x Assembly Plugin > Issue Type: Bug > Components: dependencySet > Affects Versions: 2.4 > Environment: Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 13:51: > 28+0000) > Maven home: C:\dev\apache-maven-3.0.5\bin\.. > Java version: 1.6.0_45, vendor: Sun Microsystems Inc. > Java home: C:\Program Files\Java\jdk1.6.0_45\jre > Default locale: en_GB, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > Reporter: Robin Roos > Attachments: npe-war-assebmbly.zip, output.log > > > The mvn invocation I used is: > mvn clean package > I attach a simple test case of a multi-module project. If the acme-jnlp module is commented out in the parent POM then the project builds successfully. If the acme-jnlp module is not commented out, then the assembly of acme-dist fails because of a NullPointerException. > acme-dist and acme-war to not rely on the artifacts generated by acme-jnlp. The mere fact that the plugin is executed causes the later module assembly to fail. > Modules have the following purposes: > acme-parent: parent project which contains the module > acme-jnlp: create JNLP and ZIP files not used by any other modules > acme-war: create a .WAR file > acme-dist: use assembly plugin to create a .ZIP containing the .WAR > acme-deploy: holds dependencies to other modules, but does nothing else -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira