<?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 Re: Identify open source jars in Talend project in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258638#M40380</link>
    <description>&lt;P&gt;Actually, I finally figured out what I was trying to do originally which was get the maven dependency tree.&amp;nbsp; From the command line I was originally just locating the POM.xml and running "mvn dependency:tree".&amp;nbsp; I didn't realize that this was using Maven's default settings file and I needed to use Talends settings file.&amp;nbsp; So, once I did "mvn -s &amp;lt;path to talend settings.xml&amp;gt; dependency:tree", I got the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, the results tree actually doesn't go into much more detail than the list created by answer below, so O accepted that as a viable solution.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2019 16:30:31 GMT</pubDate>
    <dc:creator>thomas_ciampagl</dc:creator>
    <dc:date>2019-10-03T16:30:31Z</dc:date>
    <item>
      <title>Identify open source jars in Talend project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258633#M40375</link>
      <description>&lt;P&gt;Hi All.&amp;nbsp; For my project, I have to supply my company's security team with a list of all open source jars that will be used directly or indirectly anywhere in my project.&amp;nbsp; In other words, I need a dependency tree.&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In Talend, I can find the list of installed modules, but I see nothing in that view that indicates whether I have a job that actually uses the module and I see some that I am definitely not using on the installed list.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I attempted to just find one of the pom files and get a maven dependency tree from the command line (i.e. maven dependency:tree) but that failed, I assume because my generic maven on that machine is not configured to access Talend repos or something...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Anyone know how I can find this dependency (which must include all jobs/joblets/etc.).&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If the answer is that I need to use Maven from the command line, then please let me know the settings I need for maven.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 19:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258633#M40375</guid>
      <dc:creator>thomas_ciampagl</dc:creator>
      <dc:date>2019-09-23T19:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Identify open source jars in Talend project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258634#M40376</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Is it enough for you to set customization of assembly and maven pom.xml in Talend Studio configuration?&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://help.talend.com/reader/QrWkwPvKmKybs~JNLeBt3Q/3baqcOWkcGX8AZZdEeP5tA" href="https://help.talend.com/reader/QrWkwPvKmKybs~JNLeBt3Q/3baqcOWkcGX8AZZdEeP5tA" target="_self" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://help.talend.com/reader/QrWkwPvKmKybs~JNLeBt3Q/3baqcOWkcGX8AZZdEeP5tA&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 09:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258634#M40376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-30T09:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Identify open source jars in Talend project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258635#M40377</link>
      <description>&lt;P&gt;This can be done in this way:&lt;/P&gt;&lt;P&gt;Create a job (wich will not actually be used in production) and add all your jobs in it. It does not matter if you do not set any context variables or any configuration.&lt;/P&gt;&lt;P&gt;Now right click on this job and choose Build job.&lt;/P&gt;&lt;P&gt;In the folder (under workspace) .Java/lib/ you will find all jars used in your jobs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 12:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258635#M40377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-30T12:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Identify open source jars in Talend project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258636#M40378</link>
      <description>Thank you, but I am not seeing how that link applies to my question. I need to give our security team a list off ALL open source used in the project. So, what jar files are used but the jobs/components and all of the sub-dependencies of those jars. The other alternative, since I'm using the licensed version, is if Talend's license already guarantees the security of all of the jars it pulls in automatically. Is there something like that?</description>
      <pubDate>Thu, 03 Oct 2019 15:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258636#M40378</guid>
      <dc:creator>thomas_ciampagl</dc:creator>
      <dc:date>2019-10-03T15:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Identify open source jars in Talend project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258637#M40379</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I actually dd see this, but this is really only step 1.&amp;nbsp; This will show me that my jobs, for example, use a combined 20 jar files.&amp;nbsp; But I still need to find all of the jar files that those 20 include (could end up being 100 or more potentially).&amp;nbsp; The maven argument "dependency:tree" can supply this information and since Talend uses Maven, I assumed there should be some straightforward way to run this command on my jobs, but I can't find it...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 15:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258637#M40379</guid>
      <dc:creator>thomas_ciampagl</dc:creator>
      <dc:date>2019-10-03T15:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Identify open source jars in Talend project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258638#M40380</link>
      <description>&lt;P&gt;Actually, I finally figured out what I was trying to do originally which was get the maven dependency tree.&amp;nbsp; From the command line I was originally just locating the POM.xml and running "mvn dependency:tree".&amp;nbsp; I didn't realize that this was using Maven's default settings file and I needed to use Talends settings file.&amp;nbsp; So, once I did "mvn -s &amp;lt;path to talend settings.xml&amp;gt; dependency:tree", I got the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, the results tree actually doesn't go into much more detail than the list created by answer below, so O accepted that as a viable solution.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 16:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Identify-open-source-jars-in-Talend-project/m-p/2258638#M40380</guid>
      <dc:creator>thomas_ciampagl</dc:creator>
      <dc:date>2019-10-03T16:30:31Z</dc:date>
    </item>
  </channel>
</rss>

