<?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>question Re: (ERROR) apache.rat:apache-rat/plugin:too many unapproved licenses in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158102#M44941</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Khan&lt;/A&gt; thank you for the help. Skipping integration tests did work! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2016 22:34:12 GMT</pubDate>
    <dc:creator>b_arshad</dc:creator>
    <dc:date>2016-11-01T22:34:12Z</dc:date>
    <item>
      <title>(ERROR) apache.rat:apache-rat/plugin:too many unapproved licenses</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158098#M44937</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;I was installing Apache-Atlas framework on Ubuntu 14.04. after git clone &lt;A href="https://git-wip-us.apache.org/repos/asf/incubator-atlas.git" target="_blank"&gt;https://git-wip-us.apache.org/repos/asf/incubator-atlas.git&lt;/A&gt; atlas i was trying to export and install Maven through export MAVEN_OPTS="-Xmx1536m -XX:MaxPermSize=512m" &amp;amp;&amp;amp; mvn clean install but it was giving following errors: &lt;/P&gt;&lt;P&gt;[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (rat-check) on project apache-atlas: Too many unapproved licenses: 1 -&amp;gt; [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] &lt;A href="http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException"&gt;http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i also tried some skip options like: &lt;/P&gt;&lt;P&gt;-DskipTests&lt;/P&gt;&lt;P&gt;-DskipTests -Drat.skip=true&lt;/P&gt;&lt;P&gt;mvn clean validate -Pcheck-licenses&lt;/P&gt;&lt;P&gt;but error was the same. &lt;/P&gt;&lt;P&gt;your kind and urgent help in this regard will be highly appreciated. &lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Bilal &lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 01:22:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158098#M44937</guid>
      <dc:creator>b_arshad</dc:creator>
      <dc:date>2016-11-01T01:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: (ERROR) apache.rat:apache-rat/plugin:too many unapproved licenses</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158099#M44938</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14078/barshad.html" nodeid="14078"&gt;@Bilal Arshad&lt;/A&gt;&lt;P&gt;This is usually due to temporary files in the project directory. Try deleting the temporary files/directories using below commands..&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;To remove directories, run &lt;CODE&gt;git clean -f -d&lt;/CODE&gt; or &lt;CODE&gt;git clean -fd&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;To remove ignored files, run &lt;CODE&gt;git clean -f -X&lt;/CODE&gt; or &lt;CODE&gt;git clean -fX&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;To remove ignored and non-ignored files, run &lt;CODE&gt;git clean -f -x&lt;/CODE&gt; or &lt;CODE&gt;git clean -fx&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 01 Nov 2016 12:54:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158099#M44938</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2016-11-01T12:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: (ERROR) apache.rat:apache-rat/plugin:too many unapproved licenses</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158100#M44939</link>
      <description>&lt;P&gt;Many thanks for your reply Ayub Khan.&lt;/P&gt;&lt;P&gt;I tried the commands mentioned above but got the following error:&lt;/P&gt;&lt;P&gt;[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on
project atlas-webapp: There are test failures.&lt;/P&gt;&lt;P&gt;Kindly suggest other possible solutions.&lt;/P&gt;&lt;P&gt;Thanking you in anticipation.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Bilal&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 21:23:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158100#M44939</guid>
      <dc:creator>b_arshad</dc:creator>
      <dc:date>2016-11-01T21:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: (ERROR) apache.rat:apache-rat/plugin:too many unapproved licenses</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158101#M44940</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14078/barshad.html" nodeid="14078"&gt;@Bilal Arshad&lt;/A&gt; Seems like tests are failing, can you provide the complete stack trace? or you can just skip integration tests using --DskipITs and try? thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 21:44:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158101#M44940</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2016-11-01T21:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: (ERROR) apache.rat:apache-rat/plugin:too many unapproved licenses</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158102#M44941</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Khan&lt;/A&gt; thank you for the help. Skipping integration tests did work! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 22:34:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158102#M44941</guid>
      <dc:creator>b_arshad</dc:creator>
      <dc:date>2016-11-01T22:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: (ERROR) apache.rat:apache-rat/plugin:too many unapproved licenses</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158103#M44942</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14078/barshad.html" nodeid="14078"&gt;@Bilal Arshad&lt;/A&gt; For better book-keeping, pls. accept the answer. thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 22:45:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158103#M44942</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2016-11-01T22:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: (ERROR) apache.rat:apache-rat/plugin:too many unapproved licenses</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158104#M44943</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14078/barshad.html" nodeid="14078"&gt;@Bilal Arshad&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Another way is to use the following cmdline param -Drat.numUnapprovedLicenses=100 (assuming that the workspace doesn't have more than 100 files that don't comply with ASF header check). &lt;/P&gt;&lt;P&gt;Can you please post the logs of the failures ?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 02:33:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ERROR-apache-rat-apache-rat-plugin-too-many-unapproved/m-p/158104#M44943</guid>
      <dc:creator>anaik</dc:creator>
      <dc:date>2016-12-13T02:33:40Z</dc:date>
    </item>
  </channel>
</rss>

