You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2023/03/02 09:32:00 UTC

[jira] [Created] (CAMEL-19108) camel-jbang - Export with local JAR should include the JAR in lib folder and add as dependency

Claus Ibsen created CAMEL-19108:
-----------------------------------

             Summary: camel-jbang - Export with local JAR should include the JAR in lib folder and add as dependency
                 Key: CAMEL-19108
                 URL: https://issues.apache.org/jira/browse/CAMEL-19108
             Project: Camel
          Issue Type: Improvement
          Components: camel-jbang
            Reporter: Claus Ibsen
             Fix For: 4.0-M3, 4.0


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
- copy JARs to lib folder
- add <dependency> in pom.xml that refer to local file
- scan the JAR in case its a maven built as then it contains GAV we can use as placeholder  in <dependency>
- gradle build ???




--
This message was sent by Atlassian Jira
(v8.20.10#820010)