Changelog Report

Timeframe: 30 days, Total Commits: 7 Total Number of Files Changed: 17

Date Author File/Message
2003-09-02 10:23:31 evenisse project.xml v 1.2

Remove unneeded ${basedir}
2003-08-30 01:09:25 bwalding .cvsignore v 1.2

Added maven.log
2003-08-30 01:01:24 bwalding plugin.jelly v 1.3

src/plugin-resources/findbugs.xml v 1.1

Switched to a text format until FindBugs xml output is more usable.
2003-08-30 00:48:31 bwalding src/plugin-resources/findbugs.jsl v 1.1

Sort of prints something useful now
2003-08-29 23:15:15 bwalding plugin.jelly v 1.2

Was using incorrect sourcepath variable
2003-08-29 22:12:56 bwalding .cvsignore v 1.1

xdocs/changes.xml v 1.1

xdocs/goals.xml v 1.1

xdocs/index.xml v 1.1

xdocs/navigation.xml v 1.1

xdocs/properties.xml v 1.1

Documentation for the plugin
2003-08-29 01:55:48 bwalding maven.xml v 1.1

plugin.jelly v 1.1

plugin.properties v 1.1

project.properties v 1.1

project.xml v 1.1

First cut of a findbugs plugin. For the time being * Won't create a report * Will generate text output in your maven run * Will require a monolithic (automatic) download of findbugs distribution * We need to look at licensing (it's LGPL, but I repackaged the findbugs dist will only be a minor issue at most). I have posted to findbugs list to try and find out what versions of bcel / dom4j they use - then we can start to disassemble the big dist into dependencies.