Repository: archiva Updated Branches: refs/heads/master 2d205906d -> c2f9100dd
exclude netbeans ide from rat check Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/b0e3b2fc Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/b0e3b2fc Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/b0e3b2fc Branch: refs/heads/master Commit: b0e3b2fc5aae23941e1c8fb56a12ef3bbad9f092 Parents: 2d20590 Author: Eric Barboni <[email protected]> Authored: Fri Oct 10 21:47:37 2014 +0200 Committer: Eric Barboni <[email protected]> Committed: Fri Oct 10 21:47:37 2014 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/b0e3b2fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a4fa3b7..dde2b62 100644 --- a/pom.xml +++ b/pom.xml @@ -1870,6 +1870,7 @@ <exclude>**/.java-version</exclude> <exclude>patch.diff</exclude> <exclude>**/overlays/**</exclude> + <exclude>nbactions.xml</exclude> </excludes> </configuration> </plugin>
