Repository: knox Updated Branches: refs/heads/master 4f68d7aac -> 72a470d45
KNOX-305: Build rat plugin should exclude bigtop build artifacts Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/72a470d4 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/72a470d4 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/72a470d4 Branch: refs/heads/master Commit: 72a470d4532cc5762ac36f967fad57da1da04b2c Parents: 4f68d7a Author: Kevin Minder <[email protected]> Authored: Mon Mar 10 19:31:10 2014 -0400 Committer: Kevin Minder <[email protected]> Committed: Mon Mar 10 19:31:10 2014 -0400 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/72a470d4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eb1e4df..9df89c6 100644 --- a/pom.xml +++ b/pom.xml @@ -164,6 +164,8 @@ <excludeSubProjects>false</excludeSubProjects> <excludes> <exclude>.git/**</exclude> + <exclude>.pc/**</exclude> + <exclude>debian/**</exclude> <exclude>.gitignore/**</exclude> <exclude>.svn/**</exclude> <exclude>.idea/**</exclude>
