Exclude generated files (RAT report). Thanks to Oliver Heger.
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/f0993c99 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/f0993c99 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/f0993c99 Branch: refs/heads/1.0-release Commit: f0993c999d641f44b3dcab7bcbe1fa559db26537 Parents: 1cffc63 Author: Gilles <er...@apache.org> Authored: Fri Dec 2 01:45:53 2016 +0100 Committer: Gilles <er...@apache.org> Committed: Fri Dec 2 01:45:53 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/f0993c99/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d01bfd9..832907b 100644 --- a/pom.xml +++ b/pom.xml @@ -267,7 +267,7 @@ <exclude>.ekstazi/**</exclude> <exclude>src/site/resources/txt/userguide/stress/dh/**</exclude> <exclude>src/site/resources/txt/userguide/stress/tu/**</exclude> - <exclude>src/userguide/target/**</exclude> + <exclude>target/**</exclude> </excludes> </configuration>