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

Exclude demo code from build artifact #55

Closed Oliver-Loeffler closed 1 year ago

Oliver-Loeffler commented 1 year ago

With the existing setup the demo code is part of the build artifact which is published to Maven Central. The demos are not supposed to be part of the final JAR hence the POM requires an update to exclude the demos.