[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13890672#comment-13890672
 ] 

Rakesh R commented on BOOKKEEPER-724:
-------------------------------------

RAT is showing error because the autogenerated 'dependency-reduced-pom.xml' 
doesn't have the apache license.

{code}
 !????? 
/home/jenkins/jenkins-slave/workspace/bookkeeper-trunk-precommit-build/bookkeeper-server/dependency-reduced-pom.xml
{code}

I think excluding auto generated 'dependency-reduced-pom.xml' like below will 
resolve this issue. What others opinion?
{code}
      <plugin>
        <groupId>org.apache.rat</groupId>
        <artifactId>apache-rat-plugin</artifactId>
        <version>0.7</version>
        <configuration>
          <excludes>
            <!-- exclude generated file //-->
            <exclude>**/DataFormats.java</exclude>
           <exclude>**/dependency-reduced-pom.xml</exclude>
          </excludes>
        </configuration>
      </plugin>
{code}

> Shade introduces RAT error
> --------------------------
>
>                 Key: BOOKKEEPER-724
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-724
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Sijie Guo
>            Priority: Blocker
>             Fix For: 4.3.0
>
>
> Shading library in BOOKKEEPER-708 introduces an unlicensed pom file for 
> bookkeeper-server module. we should address this, otherwise we could not 
> publish the new jar per apache release procedure.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to