Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.20.4
-
None
-
None
Description
when calling:
- jbang camel@apache/camel config set camel-version=3.18.3.redhat-00022
- jbang camel@apache/camel config set repos=https://maven.repository.redhat.com/ga
- jbang camel@apache/camel run 'Test.java' --camel-version=3.20.3 --repos=https://packages.atlassian.com/maven-external
The camel-version from command-lmien is overriden by the configuration version:
Running integration with the following configuration: --camel-version=3.20.3 --repos=https://packages.atlassian.com/maven-external Running integration with the following configuration: --camel-version=3.18.3.redhat-00022 --repos=https://packages.atlassian.com/maven-external
The repos value is correctly overridden.