apupier opened a new pull request, #1983:
URL: https://github.com/apache/camel-spring-boot/pull/1983
the Camel core build needs to clear the org/apache/camel local .m2
repository. In case, it happens during the spring build is happeining, both tof
the build can fail:
with this kind of error on Camel Spring Boot side:
```
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal on project camel-itest-spring-boot-farjar: Could not
resolve dependencies for project
org.apache.camel.springboot:camel-itest-spring-boot-farjar:jar:4.23.0-SNAPSHOT
dependency:
org.apache.camel:camel-test-spring-junit6:jar:4.23.0-SNAPSHOT (test)
Could not find artifact
org.apache.camel:camel-test-spring-junit6:jar:4.23.0-SNAPSHOT
```
with this kind of error on Camel core side:
```
+ [ -d /home/jenkins/.m2/repository/org/apache/camel ]
+ rm -rf /home/jenkins/.m2/repository/org/apache/camel
rm: cannot remove '/home/jenkins/.m2/repository/org/apache/camel':
Directory not empty
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]