From: Jeff J. <jef...@us...> - 2006-06-06 02:57:39
|
jeffjensen 06/06/04 18:28:55 Modified: findbugs/xdocs index.xml Log: Add note on FindBugs needs debug on. Revision Changes Path 1.4 +14 -3 maven-plugins/findbugs/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 7 Sep 2004 09:27:34 -0000 1.3 +++ index.xml 5 Jun 2006 01:28:55 -0000 1.4 @@ -8,9 +8,20 @@ <body> <section name="FindBugs Plug-in"> - <p> - This plug-in provides functionality for accessing FindBugs from Maven. - </p> + <subsection name="Overview"> + <p> + This plug-in provides functionality for accessing FindBugs from Maven. + </p> + </subsection> + <subsection name="Important Notes"> + <p> + FindBugs requires compiling with debug on, + which is the Maven default. + If running maven-findbugs-plugin yields no results, + start by checking the setting of + maven.compile.debug. + </p> + </subsection> </section> </body> </document> |