question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[CI] - Snapshot Deployment

See original GitHub issue

This issue reports the status of the daily cron job that runs deploys Quarkus Snapshot artifacts to https://s01.oss.sonatype.org/content/repositories/snapshots/io/quarkus/.

Don’t close this issue manually. This issue will be closed when the build gets fixed. It will be re-opened if it fails again later. You can subscribe to be notified of the status.

To use the snapshots, add the following repository to your pom.xml file or Gradle project:

<repository>
  <id>maven-snapshots</id>
  <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
  <layout>default</layout>
  <releases>
     <enabled>false</enabled>
  </releases>
  <snapshots>
     <enabled>true</enabled>
  </snapshots>
</repository>

Use snapshots are your own risk. Because of the Maven resolution mechanism, they may be 24h old (even more) and in the Quarkus world, it can be 100 commits behind. If you have issues with snapshots, try to build a fresh version of Quarkus using the instructions from https://github.com/quarkusio/quarkus/blob/master/CONTRIBUTING.md

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:220 (53 by maintainers)

github_iconTop GitHub Comments

1reaction
aloubyanskycommented, Oct 7, 2021

Yes, this is fixed now, it was my change that caused the regression.

1reaction
gleflochcommented, Jan 25, 2021

@geoand yes this should fix the failing gradle test.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Should You Deploy -SNAPSHOTs - CloudBees
The first time you come upon Maven you will encounter the magical -SNAPSHOT versioning of artifacts. The first question people have is ...
Read more >
Deploy Maven SNAPSHOT with Travis CI - Jean-Christophe Gay
Guide to deploy SNAPSHOT binaries on OSS sonatype repository with Travis CI. ... We have two solutions to store ours username and password...
Read more >
Improving Database Development, CI/CD with Storage ...
Improving Database Development, CI/CD with Storage Snapshot. Database (DB) Development is a mandatory part of software development.
Read more >
Deploy new snapshot version to package registry with maven
I have setup a gitlab ci job which deploys my artifact to the project's package registry via maven. I'm using a snapshot version, ......
Read more >
Does Maven's concept of snapshots of any use for CI/CD?
These are usually build as SNAPSHOT versions and not put into the deployment pipeline. SNAPSHOT versions allow you to semantically ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found