About contributions and local build: not finding parent pom #973
-
Hey guys! I cloned the main branch and was setting up my local environment but I couldnt get it to build as is. Looking at the spring-cloud-build repo I see the current work is on 4.1.0-SNAPSHOT. PS: I could build the project changing to a publicly available version e.g. 4.0.0 but I dont feel this is the right way to work on contributions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi LucasJC! You must enable "spring" Maven profile to build against Spring Cloud's snapshots or RCs. In IDEA: In command line: ./mvnw install -Pspring |
Beta Was this translation helpful? Give feedback.
Hi LucasJC! You must enable "spring" Maven profile to build against Spring Cloud's snapshots or RCs.
In IDEA:
In command line:
./mvnw install -Pspring