Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

External jar libraries configuration via maven for custom component

Hi, we're developing custom components for out needs and we have a dependency on external jar provided by us.
I took tMysqlConnection as an example reference, and I can see, there is something like:
<IMPORT NAME="Mysql_Driver5" MODULE="mysql-connector-java-5.1.30-bin.jar" MVN="mvn0683p000009MA5A.pngrg.talend.libraries/mysql-connector-java-5.1.30-bin/6.0.0" REQUIRED_IF="(DB_VERSION == 'MYSQL_5') AND (USE_EXISTING_CONNECTION == 'false')" />
where we can configure external dependency via MVN attribute.
My question is how I can describe MVN attribute to use jar from local maven repository for development purpose. Maybe you have some documentation on external dependencies for custom components?
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi,
If your newly created component requires some jars to function, make sure those jars are always available in <studio>/configuration/.m2/repository/org/talend/libraries?
Please take a look at KB article about:TalendHelpCenter:How to create a custom component
Best regards
Sabrina