<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic External jar libraries configuration via maven for custom component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/External-jar-libraries-configuration-via-maven-for-custom/m-p/2337493#M105829</link>
    <description>&lt;FONT color="#000000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;Hi, we're developing custom components for out needs and we have a dependency on external jar provided by us.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;I took tMysqlConnection as an example reference, and I can see, there is something like:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;&amp;lt;IMPORT NAME="Mysql_Driver5" MODULE="mysql-connector-java-5.1.30-bin.jar" MVN="mvn&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.talend.libraries/mysql-connector-java-5.1.30-bin/6.0.0" REQUIRED_IF="(DB_VERSION == 'MYSQL_5') AND (USE_EXISTING_CONNECTION == 'false')" /&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;where we can configure external dependency via MVN attribute.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;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?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:57:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:57:46Z</dc:date>
    <item>
      <title>External jar libraries configuration via maven for custom component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/External-jar-libraries-configuration-via-maven-for-custom/m-p/2337493#M105829</link>
      <description>&lt;FONT color="#000000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;Hi, we're developing custom components for out needs and we have a dependency on external jar provided by us.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;I took tMysqlConnection as an example reference, and I can see, there is something like:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;&amp;lt;IMPORT NAME="Mysql_Driver5" MODULE="mysql-connector-java-5.1.30-bin.jar" MVN="mvn&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.talend.libraries/mysql-connector-java-5.1.30-bin/6.0.0" REQUIRED_IF="(DB_VERSION == 'MYSQL_5') AND (USE_EXISTING_CONNECTION == 'false')" /&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;where we can configure external dependency via MVN attribute.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;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?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/External-jar-libraries-configuration-via-maven-for-custom/m-p/2337493#M105829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: External jar libraries configuration via maven for custom component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/External-jar-libraries-configuration-via-maven-for-custom/m-p/2337494#M105830</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;If your newly created component requires some jars to function, make sure those jars are always available in &amp;lt;studio&amp;gt;/configuration/.m2/repository/org/talend/libraries?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Please take a look at KB article about:&lt;A href="https://help.talend.com/search/all?query=How+to+create+a+custom+component&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to create a custom component&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 31 Mar 2017 07:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/External-jar-libraries-configuration-via-maven-for-custom/m-p/2337494#M105830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-31T07:59:26Z</dc:date>
    </item>
  </channel>
</rss>

