flyingsaucerproject / flyingsaucer

XML/XHTML and CSS 2.1 renderer in pure Java
Other
2.02k stars 564 forks source link

Add automatic module name to MANIFEST.MF in flying-saucer-core #378

Closed OpenHelios closed 2 months ago

OpenHelios commented 2 months ago

This change will make it easier to use flying-sourcer-core in a module based project.

asolntsev commented 2 months ago

@OpenHelios Why you added <Automatic-Module-Name> only to one module "flying-saucer-core"? FS has several other modules. Most often, people want to use module "flying-saucer-pdf", not core.

OpenHelios commented 2 months ago

I have amended my commit to add the automatic module name to the other public Maven modules. In the case of flying.sourcer.pdf I used the maven-jar-plugin to add the entry into the MANIFEST.MF file.