mvn clean package failing with following Stack Trace :
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:flatten-maven-plugin is missing. @ line 202, column 12
[ERROR] Non-resolvable import POM: Failure to find io.rsocket:rsocket-bom:pom:1.1.0-SNAPSHOT in https://repo.spring.io/libs-snapshot-local was cached in the local repository, resolution will not be reattempted until the update interval of spring-snapshots has elapsed or updates are forced @ org.springframework.boot:spring-boot-dependencies:2.4.0-SNAPSHOT, /home/user/.m2/repository/org/springframework/boot/spring-boot-dependencies/2.4.0-SNAPSHOT/spring-boot-dependencies-2.4.0-SNAPSHOT.pom, line 2674, column 19
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.springframework.cloud:spring-cloud-config:3.0.0-SNAPSHOT (/home/user/Desktop/spring-cloud-config/pom.xml) has 1 error
[ERROR] Non-resolvable import POM: Failure to find io.rsocket:rsocket-bom:pom:1.1.0-SNAPSHOT in https://repo.spring.io/libs-snapshot-local was cached in the local repository, resolution will not be reattempted until the update interval of spring-snapshots has elapsed or updates are forced @ org.springframework.boot:spring-boot-dependencies:2.4.0-SNAPSHOT, /home/user/.m2/repository/org/springframework/boot/spring-boot-dependencies/2.4.0-SNAPSHOT/spring-boot-dependencies-2.4.0-SNAPSHOT.pom, line 2674, column 19 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
I haven't modified anything on the project. Cloned the repo today and ran the mvn clean package command . I've done it earlier and was working fine till the date. Any package missing in spring's library?
I also tried clearing local mvn cache for springboot at /home/user/.m2/repository/org/springframework/ . Still the result is same.
Can someone help me out?
Comment From: spencergibb
this should be fixed now