spring-shell icon indicating copy to clipboard operation
spring-shell copied to clipboard

spring-shell 3.4.0-snapshot not available in repo

Open richiechauhan opened this issue 10 months ago • 0 comments
trafficstars

Not sure if this is the right place to put this issue.

I was trying to build the spring-statemachine project with gradle. I got the error further below.

On examining https://repo.spring.io/ui/native/snapshot/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/ I can see that the file maven-metadata.xml is not available.

The other locations mentioned in the error below don't have 3.4.0-SNAPSHOT.

       - https://repo.maven.apache.org/maven2/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.maven.apache.org/maven2/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
       - https://repo.spring.io/release/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.spring.io/release/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
       - https://repo.spring.io/milestone/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.spring.io/milestone/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
> Task :spring-statemachine-samples-common:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':spring-statemachine-samples-common:compileJava'.
> Could not resolve all files for configuration ':spring-statemachine-samples-common:compileClasspath'.
   > Could not find org.springframework.shell:spring-shell:3.4.0-SNAPSHOT.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.maven.apache.org/maven2/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
       - https://repo.spring.io/release/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.spring.io/release/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
       - https://repo.spring.io/milestone/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.spring.io/milestone/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
       - https://repo.spring.io/snapshot/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.spring.io/snapshot/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
     Required by:
         project :spring-statemachine-samples-common
   > Could not find org.springframework.shell:spring-shell:3.4.0-SNAPSHOT.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.maven.apache.org/maven2/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
       - https://repo.spring.io/release/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.spring.io/release/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
       - https://repo.spring.io/milestone/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.spring.io/milestone/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
       - https://repo.spring.io/snapshot/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
       - https://repo.spring.io/snapshot/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
     Required by:
         project :spring-statemachine-samples-common > project :spring-statemachine-platform

richiechauhan avatar Jan 18 '25 10:01 richiechauhan