Reported by puce on 2012-12-06 15:37 UTC
The main jar generated by the Maven Plugin contains the Drombler FX specific Manifest entries. E.g.:
Bundle-Description: The parent POM of the Drombler FX project. This Drom
bler FX Parent POM should be the parent (either directly or indirectly)
of every Drombler FX project unless there is a good reason to do other
wise (in which case the reason should be documented).
Bundle-DocURL: http://www.drombler.com
Bundle-License: ../LICENSE.txt
Bundle-ManifestVersion: 2
Bundle-Name: Drombler FX - Startup - Main
Bundle-SymbolicName: org.drombler.fx.drombler-fx-startup-main
Bundle-Vendor: Drombler
Bundle-Version: 0.1.0.SNAPSHOT
The Maven Plugin should take the information from the application project instead.
Reported by puce on 2012-12-06 15:37 UTC The main jar generated by the Maven Plugin contains the Drombler FX specific Manifest entries. E.g.:
Bundle-Description: The parent POM of the Drombler FX project. This Drom bler FX Parent POM should be the parent (either directly or indirectly) of every Drombler FX project unless there is a good reason to do other wise (in which case the reason should be documented). Bundle-DocURL: http://www.drombler.com Bundle-License: ../LICENSE.txt Bundle-ManifestVersion: 2 Bundle-Name: Drombler FX - Startup - Main Bundle-SymbolicName: org.drombler.fx.drombler-fx-startup-main Bundle-Vendor: Drombler Bundle-Version: 0.1.0.SNAPSHOT
The Maven Plugin should take the information from the application project instead.