![]() |
|
|
|
|
Issue Type:
|
New Feature
|
|
Assignee:
|
Unassigned |
|
Components:
|
osxappbundle |
|
Created:
|
14/Nov/12 3:44 AM
|
|
Description:
|
In a multi-module project, I am trying to build an app bundle including a specific Jar that i previously build in my module.
However, when i specify the Jar as a Classpath entry in the Info.plist, the plugin includes not only my Jar in the resulting *.app, but also all module dependencies that it finds.
<dict>
<key>MainClass</key>
<string>com.mycompany.myproduct.Main</string>
<key>JVMVersion</key>
<string>1.6</string>
<key>ClassPath</key>
<string>
<array>
<string>${project.build.directory}/mycompany-myproduct.jar</string>
</array>
</string>
</dict>
Can you extend you Classpath option to be exclusive? If the user specified an artifact as a Classpath entry in the Info.plist, it should be possible to specify that only this entry should be included in the resulting *.app.
|
|
Project:
|
Mojo
|
|
Priority:
|
Major
|
|
Reporter:
|
Angelina Velinska
|
|
|
|
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