RobertBColton/DockFX

Not available in https://mvnrepository.com ?

hadim opened this issue · 2 comments

hadim commented

Not available in https://mvnrepository.com ?

Any reason for that ? Or am I missing something ?

This original version by Robert has been frozen until a couple of issues have been fixed in JavaFX.

There is a much expanded fork here https://github.com/ClearControl/DockFX that some of us are contributing to.

There's no specific reason the library is not yet available through Maven central repository. I have researched how this process goes and while a little complicated, I think it is definitely doable.
http://tutorials.jenkov.com/maven/publish-to-central-maven-repository.html

However, I think it would be best to automate some of these steps for regularly publishing the artifacts. I do specifically need help with #43 where I am getting the library to build using Azure pipelines. I'm having trouble with the new modularity and linking against JavaFX to build the jar, as I would also like to keep bytecode compatibility for JDK 1.8 for any enterprise users for the foreseeable future. Once this is accomplished, we could automate several steps of the publishing to Maven process.

I am open to changing the project in any of the ways that help to realize this goal.