Actually part of that maven plugin I've ported into a gradle plugin because at one of the projects I'm working we needed just that. Currently my plugin can add a license on top of each and every source file in your build for which it knows the format and it can also remove the license block from the file.
Once I have some time to spare I can take a look at the license gathering which is mentioned here... But of course I'm always willing to accept pull requests... https://github.com/hierynomus/gradle-plugins/tree/master/license-gradle-plugin Regards, Jeroen On Sat, Apr 9, 2011 at 6:25 PM, Hans Dockter <[email protected]>wrote: > I know that Ken started to do work on license reports. > > On Fri, Apr 8, 2011 at 7:20 AM, StormeHawke <[email protected] > > wrote: > >> >> Peter Niederwieser wrote: >> > >> > Gradle doesn't ship with a plugin for this, and I'm not aware of a >> > third-party plugin either. But you could certainly write one. >> > >> >> Is it possible to make use of already existing Maven plugins that perform >> this task? A quick google brought up this as an example: >> >> http://mojo.codehaus.org/license-maven-plugin/ > > > You can't reuse Maven plugins from Gradle yet. This is planned. > > Hans > > -- > Hans Dockter > Founder, Gradle > http://www.gradle.org, http://twitter.com/gradleware > CEO, Gradleware - Gradle Training, Support, Consulting > http://www.gradleware.com > > >> >> >> >> >> -- >> View this message in context: >> http://gradle.1045684.n5.nabble.com/License-Distribution-Question-tp4289519p4290975.html >> Sent from the gradle-user mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> >
