-
Notifications
You must be signed in to change notification settings - Fork 636
Closed
Description
I cloned the spring-cloud-function
repository and tried to run ./mvnw clean install
but I get a build error:
$ ../mvnw clean install Running version check
The found version is [3.0.0.BUILD-SNAPSHOT]
Deactivating "milestone" profile for version="3.0.0.BUILD-SNAPSHOT"
Deactivating "central" profile for version="3.0.0.BUILD-SNAPSHOT"
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.springframework.cloud:spring-cloud-function-parent:3.0.0.BUILD-SNAPSHOT: Could not find artifact org.springframework.cloud:spring-cloud-build:pom:2.2.0.BUILD-SNAPSHOT and 'parent.relativePath' points at no local POM @ org.springframework.cloud:spring-cloud-function-parent:3.0.0.BUILD-SNAPSHOT, F:\dev\misc\spring-cloud-function\pom.xml, line 12, column 10
@
[ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.springframework.cloud:spring-cloud-function-kotlin:[unknown-version] (F:\dev\misc\spring-cloud-function\spring-cloud-function-kotlin\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for org.springframework.cloud:spring-cloud-function-parent:3.0.0.BUILD-SNAPSHOT: Could not find artifact org.springframework.cloud:spring-cloud-build:pom:2.2.0.BUILD-SNAPSHOT and 'parent.relativePath' points at no local POM @ org.springframework.cloud:spring-cloud-function-parent:3.0.0.BUILD-SNAPSHOT, F:\dev\misc\spring-cloud-function\pom.xml, line 12, column 10 -> [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