Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
More work from CAMEL-19093
If you have a local .jar in the folder (no maven dependency). For example a JDBC driver etc or custom JAR. Then we should during export
- create a lib folder DONE
- copy JARs to lib folder DONE
- add <dependency> in pom.xml that refer to local file DONE
- scan the JAR in case its a maven built as then it contains GAV we can use as placeholder in <dependency> DONE
- gradle build ??? DONE
Attachments
Issue Links
- is related to
-
CAMEL-19093 camel-jbang - Run local JAR should add to classpath so can be used in Java DSL
- Resolved