Skip to content

Commit

Permalink
#398 added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk committed Jan 27, 2016
1 parent 4ae0a86 commit 482f1ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions qulice-maven-plugin/src/site/apt/example-exclude.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,10 @@ Exclude
2) <<<findbugs:com.qulice.foo.Bar>>> excludes only class Bar in appropriate
packages.
See http://findbugs.sourceforge.net/manual/filter.html

Dependencies exclude uses syntax of groupId:artifactId, so to exclude e.g.
guava library you should add <<<dependencies:com.google.guava:guava>>> as an
exclude. Multiple exclude tags can be provided to exclude multiple
dependencies. To exclude all dependency checks <<<dependencies:.*>>> should
be used.

0 comments on commit 482f1ec

Please sign in to comment.