sherpal/LaminarSAPUI5Bindings

Are there plans for Maven Central publishing

Closed this issue · 2 comments

Are there plans to publish this excellent project to maven central?

Or at least setting stable organisation and moduleName properties? Because currently publishing it locally uses module names, which is not super convenient:

/* libraryDependencies += "com.github.sherpal" % "LaminarSAPUI5Bindings" % "1.3.0-dev" */
libraryDependencies += "web-components" %%% "web-components" % "1.3.0-dev"

Plan is a big word. Originally I was using these binding as part of a private project. Then because I mentioned them publicly, I was asked to share their contents. And then Nikita suggested that I could easily "publish" them with jitpack.

So no, there is no plan. But if this is something that is much better for end users, I can see to make it happen :)

The first version is already there, but I still need to fine tune docs and stuff before advertising.

Not yet actually tested, but

libraryDependencies += "be.doeraene" %%% "web-components-ui5" % "1.3.0"

should work as of now.