-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MavenLocalRepoFileInitializerTest#testDownloadSnapshotRepo depends on possible missing external resources #7315
Comments
The whole point of that test is to ensure that the start.jar follows maven convention for snapshot metadata. |
We've filed an issue with oss.sonatype.org btw to address the missing jetty-snapshots repo |
This issue has been automatically marked as stale because it has been a |
This issue has been closed due to it having no activity. |
oss-sonatype has restored the missing jetty-snapshots repo |
need to be fixed as after a cleanup of snapshots in oss.sonatype.org builds are now failing |
We should probably look into having a @jmcc0nn3ll thoughts? |
I'm reopening this. |
I would prefer to use https://github.com/mojohaus/mrm which local installed snapshots as part of the build. |
This issue has been automatically marked as stale because it has been a |
Closing, as we haven't seen this issue in quite a while. |
the test MavenLocalRepoFileInitializerTest#testDownloadSnapshotRepo depends on downloading snapshot jars from https://oss.sonatype.org/content/repositories/jetty-snapshots/ with hardcoded version
10.0.0-SNAPSHOT
.the test should be rewrite to use https://www.mojohaus.org/mrm/mrm-maven-plugin/ and download current installed version.
The text was updated successfully, but these errors were encountered: