Drombler / drombler-fx

Drombler FX - the modular application framework for JavaFX.
https://www.drombler.org/drombler-fx
Other
60 stars 8 forks source link

Main Jar: The Maven Plugin generates a Jar with wrong Manifest entries [sf#9] #10

Closed puce77 closed 7 years ago

puce77 commented 9 years ago

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.

puce77 commented 7 years ago

Solved by the refactoring of the Drombler FX Maven Plugin, which copies the startup libs to the lib folder.