kirill-grouchnikov / substance

A modern and high-performant Swing look-and-feel library
164 stars 109 forks source link

Make available in maven #58

Closed johann-petrak closed 6 years ago

johann-petrak commented 6 years ago

In order to use the library from a Maven-managed project the jars and all dependencies should be available in Maven. Are there plans to make substance available on Maven central?

IvanRF commented 6 years ago

See #20

johann-petrak commented 6 years ago

Well Maven is not really a "latest chic", it is the infrastructure for managing dependencies which is is used by practically everyone by now and is the foundation of not just the Maven build tool itself but ivy, sbt, gradle and a couple more. I think it would be a pity to limit the acceptance and popularity of this project by making it hard for those many who rely on the Maven infrastructure to include the software into their projects.

kirill-grouchnikov commented 6 years ago

There's the thing, and then there's the things around the thing.

I'm only interested in doing the thing itself. I don't have any plans to spend any time on the things around it.

johann-petrak commented 6 years ago

Would you also be opposed to accepting a pull request for mavenizing the build and subsequently somebody else taking care of pushing to Maven central? This may involve mavenizing the Trident build as well as this project depends on it.

kirill-grouchnikov commented 6 years ago

Yes