Issue Type: Bug Bug
Affects Versions: 1.0-beta-3
Assignee: Unassigned
Attachments: npe-war-assebmbly.zip
Components: build
Created: 08/Jul/13 7:57 AM
Description:

This affects 1.0-beta-3 and also 1.3-beta-4-SNAPSHOT

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 build fails because of a NullPointerException when a different module (acme-dist) tries to resolve its artifact dependency on another different module (acme-war).

acme-dist and acme-war to not rely on the artifacts generated by acme-jnlp. The mere fact that the plugin is executed causes later modules 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

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"
Project: Maven 2.x Webstart Plugin
Priority: Critical Critical
Reporter: Robin Roos
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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to