Re: apache rat plugin

2015-10-16 Thread Ken Sipe
late to the conversation… gradle does NOT use maven plugins but for anything 
popular there is a gradle plugin.  Gradle can use ANT plugins tho… 

In this case:  https://plugins.gradle.org/plugin/org.nosphere.apache.rat 


ken


> On Oct 15, 2015, at 3:15 PM, Jim Klucar  wrote:
> 
> I assume gradle can use Maven plugins? If so, there's a rat (Release Audit
> Tool) plugin that checks file headers for licenses. What do you think about
> using it?
> 
> http://creadur.apache.org/rat/apache-rat-plugin/
> 
> Jim



Re: apache rat plugin

2015-10-15 Thread yuliya Feldman
Yes, we should do it - it forces not to forget license
  From: Santosh Marella <smare...@maprtech.com>
 To: dev@myriad.incubator.apache.org 
 Sent: Thursday, October 15, 2015 2:53 PM
 Subject: Re: apache rat plugin
   
Great idea Jim. Integrating it into the build would be very helpful.

Santosh



On Thu, Oct 15, 2015 at 2:44 PM, Adam Bordelon <a...@mesosphere.io> wrote:

> +1 to automated checking. I don't want to have to remember to tell people
> to add licenses to every new file.
>
> On Thu, Oct 15, 2015 at 1:15 PM, Jim Klucar <klu...@gmail.com> wrote:
>
> > I assume gradle can use Maven plugins? If so, there's a rat (Release
> Audit
> > Tool) plugin that checks file headers for licenses. What do you think
> about
> > using it?
> >
> > http://creadur.apache.org/rat/apache-rat-plugin/
> >
> > Jim
> >
>


   

Re: apache rat plugin

2015-10-15 Thread Adam Bordelon
+1 to automated checking. I don't want to have to remember to tell people
to add licenses to every new file.

On Thu, Oct 15, 2015 at 1:15 PM, Jim Klucar  wrote:

> I assume gradle can use Maven plugins? If so, there's a rat (Release Audit
> Tool) plugin that checks file headers for licenses. What do you think about
> using it?
>
> http://creadur.apache.org/rat/apache-rat-plugin/
>
> Jim
>