vert-x3 / vertx-stack

Vert.x stack
Apache License 2.0
120 stars 48 forks source link

Publish stack-depchain snapshots #92

Closed jponge closed 5 years ago

jponge commented 5 years ago

Many projects rely on stack-depchain to simplify their Maven dependencies management.

This is the case of the Vert.x guide for Java developers and many projects around, and the lack of snapshot builds for 4.0.0 is an issue as it breaks the builds, and thus prevents testing against 4.0.0-SNAPSHOT.

vietj commented 5 years ago

as far as I can see they are published

https://oss.sonatype.org/content/repositories/snapshots/io/vertx/vertx-stack-depchain/4.0.0-SNAPSHOT/

On 5 Dec 2018, at 10:15, Julien Ponge notifications@github.com wrote:

Many projects rely on stack-depchain to simplify their Maven dependencies management.

This is the case of the Vert.x guide for Java developers and many projects around, and the lack of snapshot builds for 4.0.0 is an issue as it breaks the builds, and thus prevents testing against 4.0.0-SNAPSHOT.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vert-x3/vertx-stack/issues/92, or mute the thread https://github.com/notifications/unsubscribe-auth/AANxirqmvOKaIIhY44vDqUFSaGZvZypvks5u146pgaJpZM4ZCTRJ.

jponge commented 5 years ago

You are right, this is yet another problem with my local Maven config I guess 🤦‍♂️

https://travis-ci.org/vert-x3/vertx-guide-for-java-devs/builds/463745078