davsclaus commented on code in PR #17665: URL: https://github.com/apache/camel/pull/17665#discussion_r2037076655
########## dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/ExportTest.java: ########## @@ -109,6 +110,26 @@ public void shouldExportDifferentVersion(RuntimeType rt) throws Exception { } } + @Test + public void shouldExportQuarkusCustomParameters() throws Exception { + String rhrepo = "https://maven.repository.redhat.com/ga"; + String rhgroup = "com.redhat.quarkus.platform"; + String rhver = "3.15.3.SP2-redhat-00001"; Review Comment: ok -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org