You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "ppalaga (via GitHub)" <gi...@apache.org> on 2023/05/12 16:10:07 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #4894: Groovy DSL test hard to make work on Quarkus Platform

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 git@github.com: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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org