Re: cvs commit: maven/src/plugins-build/findbugs plugin.jelly

2003-09-01 Thread Emmanuel Venisse
> Usually the major sticking point for our use of LGPL is if we have to > import code (i.e. import com.* statements). Since neither of the > findbugs plugins do this, I'd wager that it being lgpl isn't an issue. > If it is, then we're going to have to take yet another look at plugins - > chec

Re: cvs commit: maven/src/plugins-build/findbugs plugin.jelly

2003-09-01 Thread dion
Ben Walding <[EMAIL PROTECTED]> wrote on 01/09/2003 07:31:00 AM: > I missed discussion of the previous version unfortunately. And it isn't > listed on the main page at the maven-plugins.sf.net site - only in CVS. > > > Usually the major sticking point for our use of LGPL is if we have to > i

Re: cvs commit: maven/src/plugins-build/findbugs plugin.jelly

2003-08-31 Thread Ben Walding
maven core to increase usage. Eric Pugh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, August 30, 2003 1:15 AM To: [EMAIL PROTECTED] Subject: cvs commit: maven/src/plugins-build/findbugs plugin.jelly bwalding2003/08/29 16:15:15 Modified:src/plugin

RE: cvs commit: maven/src/plugins-build/findbugs plugin.jelly

2003-08-31 Thread Eric Pugh
> Subject: cvs commit: maven/src/plugins-build/findbugs plugin.jelly > > > bwalding2003/08/29 16:15:15 > > Modified:src/plugins-build/findbugs plugin.jelly > Log: > Was using incorrect sourcepath variable > > Revision ChangesPath > 1.2 +

cvs commit: maven/src/plugins-build/findbugs plugin.jelly

2003-08-29 Thread bwalding
bwalding2003/08/29 16:15:15 Modified:src/plugins-build/findbugs plugin.jelly Log: Was using incorrect sourcepath variable Revision ChangesPath 1.2 +4 -4 maven/src/plugins-build/findbugs/plugin.jelly Index: plugin.jelly ===

cvs commit: maven/src/plugins-build/findbugs plugin.jelly maven.xml project.properties project.xml plugin.properties

2003-08-29 Thread bwalding
bwalding2003/08/28 18:55:48 Added: src/plugins-build/findbugs plugin.jelly maven.xml project.properties project.xml plugin.properties Log: First cut of a findbugs plugin. For the time being * Won't create a report * Will generate text output in your mav