diff options
author | Eric Barboni <skygo@apache.org> | 2014-10-10 21:47:37 +0200 |
---|---|---|
committer | Eric Barboni <skygo@apache.org> | 2014-10-10 21:47:37 +0200 |
commit | b0e3b2fc5aae23941e1c8fb56a12ef3bbad9f092 (patch) | |
tree | 7b47bb1cc641041aa893f597994fae9bacfa212c /pom.xml | |
parent | 2d205906d18eafb9a6b673f82fffa3f3b1e45f00 (diff) | |
download | archiva-b0e3b2fc5aae23941e1c8fb56a12ef3bbad9f092.tar.gz archiva-b0e3b2fc5aae23941e1c8fb56a12ef3bbad9f092.zip |
exclude netbeans ide from rat check
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1870,6 +1870,7 @@ <exclude>**/.java-version</exclude> <exclude>patch.diff</exclude> <exclude>**/overlays/**</exclude> + <exclude>nbactions.xml</exclude> </excludes> </configuration> </plugin> |