Oliver-Loeffler / FXFileChooser

Custom JavaFX file chooser which allows quick manual filtering, which allows to add Path predicates as filter and which is testable using TestFX.
Apache License 2.0
44 stars 8 forks source link

Add flatten-maven-plugin to build in order to avoid need for parent pom to be published #72

Closed Oliver-Loeffler closed 1 year ago

Oliver-Loeffler commented 1 year ago

For versions 0.0.10 and 0.0.11 by mistake the parent-POM of the filechooser module was not published. In fact the parent-POM may contain details which shall not be available at maven repository. The flatten-maven-plugin does exactly the job to create a flat, effective POM where unrelated details are removed.

https://www.mojohaus.org/flatten-maven-plugin/

Thanks to @bmarwell for this hint!

Oliver-Loeffler commented 1 year ago

Closed with c1ad9dd2e4cb145b8f1c300c975575ac61faccbc.