Re: Plugin for Findbugs as a contribution?

2003-08-14 Thread dion
Yes. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Eric Pugh" <[EMAIL PROTECTED]> wrote on 07/08/2003 10:14:07 PM: > Hi all, > > I am working on a Maven wrapper to the findbugs tool. Findbugs works > similar to PMD. > > Findbugs is licensed under LGP

RE: Plugin for Findbugs as a contribution?

2003-08-14 Thread Eric Pugh
for Findbugs as a contribution? Eric Pugh wrote: > Findbugs is licensed under LGPL.. Does this mean the plugin could NOT go in > the maven core due to Apache licensing? Yes, the policy is that no source code in ASF projects may compile- and link-depend on GPL and LGPL code. Therefor

Plugin for Findbugs as a contribution?

2003-08-07 Thread Eric Pugh
Hi all, I am working on a Maven wrapper to the findbugs tool. Findbugs works similar to PMD. Findbugs is licensed under LGPL.. Does this mean the plugin could NOT go in the maven core due to Apache licensing? Information about findbugs is available here: http://www.cs.umd.edu/~pugh/java/bugs/

Re: Plugin for Findbugs as a contribution?

2003-08-07 Thread Rafal Krzewski
Eric Pugh wrote: > Findbugs is licensed under LGPL.. Does this mean the plugin could NOT go in > the maven core due to Apache licensing? Yes, the policy is that no source code in ASF projects may compile- and link-depend on GPL and LGPL code. Therefore your plugin can't go into maven repository.