properly configure RAT

Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/dd9b7638
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/dd9b7638
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/dd9b7638

Branch: refs/heads/master
Commit: dd9b7638e59ee95d3f3b1ccbca6646adb424182d
Parents: 7400504
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sun Dec 18 17:14:19 2016 +0000
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sun Dec 18 17:14:19 2016 +0000

----------------------------------------------------------------------
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/dd9b7638/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ad0af5f..02e0177 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,7 @@
         <configuration>
           <excludes>
             <!-- generated files -->
+            <exclude>**/TestResult.xml</exclude>
             <exclude>**/*.suo</exclude>
             <exclude>**/*.user</exclude>
             <exclude>**/obj/**</exclude>
@@ -149,11 +150,16 @@
             <exclude>src/log4net.xml</exclude>
             <exclude>src/GeneratedAssemblyInfo.cs</exclude>
             <exclude>tests/bin/**</exclude>
+            <exclude>netstandard/*/bin/**</exclude>
 
             <!-- really README files -->
             <exclude>*.snk*</exclude>
             <exclude>tests/lib/prerequisites.txt</exclude>
-          </excludes>
+            <exclude>CONTRIBUTING.md</exclude>
+
+           <!-- can't have comments in JSON -->
+           <exclude>**/*.json</exclude>
+         </excludes>
         </configuration>
       </plugin>
       <plugin>

Reply via email to