|
||||||||
|
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 |
||||||||
- [mojo-dev] [jira] (MWEBSTART-233) Dependencies with tes... JIRA
- [mojo-dev] [jira] (MWEBSTART-233) Dependencies wit... JIRA
- [mojo-dev] [jira] (MWEBSTART-233) Dependencies wit... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-233) Dependencies wit... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-233) Dependencies wit... JIRA
- [mojo-dev] [jira] (MWEBSTART-233) Dependencies wit... Tony Chemit (JIRA)

The test project can also be used to demonstrate the issue MWEBSTART-231. Therefore change the webstart plugin to beta-4 in the pom of the webstart module.
When using beta-4 the following behaviour can be observed:
build from root: mvn clean verify
[INFO] – Prepare jnlp files
[INFO] prepare jnlp org.codehaus.mojo.webstart.JnlpFile@18581f3
[INFO] Adding dep2-0.0.1-SNAPSHOT.jar to modifiedJnlpArtifacts list.
[INFO] Adding dep1-0.0.1-SNAPSHOT.jar to modifiedJnlpArtifacts list.
build from root: mvn clean install
[INFO] – Prepare jnlp files
[INFO] prepare jnlp org.codehaus.mojo.webstart.JnlpFile@3682bf
[INFO] Adding dep2-0.0.1-SNAPSHOT.jar to modifiedJnlpArtifacts list.
build from webstart: mvn clean install
[INFO] – Prepare jnlp files
[INFO] prepare jnlp org.codehaus.mojo.webstart.JnlpFile@a64adb
[INFO] Adding junit-4.10.jar to modifiedJnlpArtifacts list.
[INFO] Adding hamcrest-core-1.1.jar to modifiedJnlpArtifacts list.
[INFO] Adding dep2-0.0.1-SNAPSHOT.jar to modifiedJnlpArtifacts list.
[INFO] Adding dep1-0.0.1-SNAPSHOT.jar to modifiedJnlpArtifacts list.