ppalaga commented on issue #4894:
URL: https://github.com/apache/camel-quarkus/issues/4894#issuecomment-1545975707

   > could you please also share the link to the failing build
   
   I am doing it locally so far. IIRC, there is no CQ release with the new 
Groovy DSL tests, so I cannot prepare a PR for the Plaform where it would be 
visible.
   
   This would be the steps to do it locally:
   
   
   ```
   cd camel-quarkus
   mvnd clean install -DskipTests -Dquarkus.build.skip # -Dquickly is not 
enough to build test-jars
   
   cd .. 
   git clone [email protected]:quarkusio/quarkus-platform.git
   cd quarkus-platform
   
   # in the top pom.xml change <camel-quarkus.version> to your local snapshot
   # then regenerate the boms and test modules
   ./mvnw install -DskipTests # this dowloads the internet
   
   # review the generate groovy DSL module 
   cd 
generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-groovy-dsl
   mvn verify # will fail for the reasons sketched above
   ```
   


-- 
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]

Reply via email to