andy-goryachev / FxDock

Docking framework for JavaFX (Work in Progress)
Apache License 2.0
46 stars 15 forks source link

Maven? #9

Open buko opened 6 years ago

buko commented 6 years ago

This library looks pretty cool but is not in Maven?

andy-goryachev commented 6 years ago

Thank you for the kind words!

It is not in Maven because I don't feel it is a standalone enough of a component to be a Maven artifact. In my experience, the frameworks like this require various customization per customer requirements, a process that often requires modification of the base classes. It's probably easier simply copy src/ files to your project.

Having said that, I would certainly consider publishing a Maven artifact in the future.