![]() |
|
|
Issue Type:
|
Bug
|
Affects Versions:
|
1.0-beta-4 |
Assignee:
|
Unassigned |
Attachments:
|
PluginBug.zip |
Components:
|
jnlp-download-servlet |
Created:
|
15/Nov/13 5:35 AM
|
Description:
|
We have a maven multi module project where the jar resources will be build in a module before the jnlp plugin is used. When we build the project from the project root after a mvn clean, the jnlp file only contains the direct project dependency. After building the module with jnlp plugin a second time using the "-rf :module" of maven, all the transitive dependencies are also included. It has clearly to do with the beta-4 version, because after downgrading to beta-3 everything went fine again.
I added a small sample project called "PluginBug" to illustrate the error. Go to the project root and use "mvn install" to build. Check the content of the director /PluginBug/Web/target/jnlp. There are no transitive dependencies. Now use "mvn install -rf :Web" from the project root and check the /PluginBug/Web/target/jnlp directory again. There are the dependencies. The Web module is the last in the build chain, so in this special case there exists a little workaround. Do a mvn clean and go the Web module directory. If you use "mvn install" from here, everything is resolved from the first build on. Unfortunately that would have a huge impact to our build pipeline.
|
Environment:
|
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 17:22:22+0200)
Maven home: C:\Program Files\apache-maven-3.1.1
Java version: 1.7.0_40, vendor: Oracle Corporation
Java home: C:\dev\tools\Java\jdk1.7.0_40\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
|
Project:
|
Mojo's Webstart Maven Plugin
|
Priority:
|
Major
|
Reporter:
|
Andre Waloszek
|
|
|
|
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