couchbaselabs / couchbaselabs/spring-session-data-couchbase
Unable to retrieve maven artifact
- Dominant language
- Java
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Create an empty maven project with a dependency on this project:
```
4.0.0
test
test
1.0-SNAPSHOT
io.github.couchbaselabs
spring-session-data-couchbase
1.1
```
When you try to build the project with `mvn install`, you get the following error:
```
test3$ mvn install
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------------< test:test >------------------------------
[INFO] Building test 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.184 s
[INFO] Finished at: 2019-08-27T09:25:11-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project test: Could not resolve dependencies for project test:test:jar:1.0-SNAPSHOT: Failed to collect dependencies at io.github.couchbaselabs:spring-session-data-couchbase:jar:1.1: Failed to read artifact descriptor for io.github.couchbaselabs:spring-session-data-couchbase:jar:1.1: Failure to find org.springframework:spring-framework-bom:pom:5.2.0.BUILD-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
```
Contributor guide
Assessment
This issue has not been assessed yet.