[jira] [Updated] (OFBIZ-9856) Add rat exclude files to excludes those files that does not need license header

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-9856) Add rat exclude files to excludes those files that does not need license header

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-9856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepak Dixit updated OFBIZ-9856:
--------------------------------
    Description:
As recently we added Apache Rat in Buildbot, Rat audits software distributions, with a special interest in headers.
Here is the Rat report for ofbiz
https://ci.apache.org/projects/ofbiz/rat-output.html

In this reports there are several files that does not need license header like *.svg etc.
Rat provide a way to exclude files while auditing
http://creadur.apache.org/rat/apache-rat/
{quote}
It is common to use the Rat with the Maven or Ant plugins and specify a series of files to exclude (such as a README or version control files). If you are using the Rat application instead of a plugin you can specify a series of regex excludes in a file and specify that with the -E option.
{quote}

We can add .rat-excludes.txt files at ofbiz root for this purpose.

  was:
As recently we added Apache Rat in Buildbot, Rat audits software distributions, with a special interest in headers.
Here is the Rat report for ofbiz
https://ci.apache.org/projects/ofbiz/rat-output.html

In this reports there are several files that does not need license header like *.svg etc.
Rat provide a way to exclude files while auditing
http://creadur.apache.org/rat/apache-rat/
{info}
It is common to use the Rat with the Maven or Ant plugins and specify a series of files to exclude (such as a README or version control files). If you are using the Rat application instead of a plugin you can specify a series of regex excludes in a file and specify that with the -E option.
{info}

We can add .rat-excludes.txt files at ofbiz root for this purpose.


> Add rat exclude files to excludes those files that does not need license header
> --------------------------------------------------------------------------------
>
>                 Key: OFBIZ-9856
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9856
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Deepak Dixit
>
> As recently we added Apache Rat in Buildbot, Rat audits software distributions, with a special interest in headers.
> Here is the Rat report for ofbiz
> https://ci.apache.org/projects/ofbiz/rat-output.html
> In this reports there are several files that does not need license header like *.svg etc.
> Rat provide a way to exclude files while auditing
> http://creadur.apache.org/rat/apache-rat/
> {quote}
> It is common to use the Rat with the Maven or Ant plugins and specify a series of files to exclude (such as a README or version control files). If you are using the Rat application instead of a plugin you can specify a series of regex excludes in a file and specify that with the -E option.
> {quote}
> We can add .rat-excludes.txt files at ofbiz root for this purpose.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)