Skip to content

Commit

Permalink
example-exclude.apt.vm updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alevohin committed Jan 8, 2015
1 parent 9af9f60 commit d3e55bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion qulice-maven-plugin/src/site/apt/example-exclude.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,10 @@ Exclude

Exclude for Findbug is a bit different, as expression must be exact class name
or starts with the ~ character the rest of content is interpreted as
a Java regular expression. See http://findbugs.sourceforge.net/manual/filter.html
a Java regular expression. For example:
1) <<<findbugs:~com.qulice.foo.*>>> excludes all classes in package
com.qulice.foo;
2) <<<findbugs:com.qulice.foo.Bar>>> excludes only class Bar in appropriate
packages.
See http://findbugs.sourceforge.net/manual/filter.html
Only one exclude is supported for findbugs.

0 comments on commit d3e55bf

Please sign in to comment.