Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
We have hardcoded maven central in camel-jbang for it to download JARs
https://github.com/apache/camel/blob/f66072fa59a5ff68898c78e8ba81405fb11ecfec/tooling/camel-tooling-maven/src/main/java/org/apache/camel/tooling/maven/MavenDownloaderImpl.java#L1178
If you want to have this run inside a company maven proxy, and you have your own m2 settings.xml file, then we load this file and use it, but we still add maven central also.
We should have an option to turn this off so only the custom m2 settings file are in use.