phiz71 / vertx-swagger

Swagger integration in Eclipse Vert.X world. A dynamic Vert.X router, configured with a swagger file and a swagger-codegen plugin to generate a server stub.
Apache License 2.0
86 stars 35 forks source link

Consider publishing released versions in public Maven repository #13

Closed inikolaev closed 7 years ago

inikolaev commented 7 years ago

It would be really great to publish library in some public Maven repository.

I saw many projects use BinTray - there's a way to create account for OpenSource - https://bintray.com/signup/oss

phiz71 commented 7 years ago

I agree ! I had a look at Official Central Repository. It's also free for opensource project.

But for the moment, I prefer spend the little time I have to improve SwaggerRouter and then adapt the codegen plugin. And, by the way, I appreciate your contributions on the Router 👍

inikolaev commented 7 years ago

I also looked at the official one, but the process seemed to be a bit more involving.

The reason I'm asking is that we use router in our project and it would be more convenient to fetch stable dependency directly from Maven. Right now we had to copy source code into our project.

phiz71 commented 7 years ago

Oh, I see. Well, I can't promise anything but maybe I can change my priorities ;)

inikolaev commented 7 years ago

No pressure :)

phiz71 commented 7 years ago

Hi, I've finally managed to publish the first SNAPSHOT version of the project. https://oss.sonatype.org/content/repositories/snapshots/com/github/phiz71/vertx-swagger-router/

The release is coming soon. ;)

phiz71 commented 7 years ago

First official release