You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2015/09/25 19:47:33 UTC

[05/17] incubator-apex-core git commit: Additional rat exclusions.

Additional rat exclusions.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/d79258f8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/d79258f8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/d79258f8

Branch: refs/heads/devel-3
Commit: d79258f80f6323055db8b31363d6546f768d63dc
Parents: 78cef72
Author: Thomas Weise <th...@datatorrent.com>
Authored: Thu Sep 24 18:09:49 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Sep 24 18:09:49 2015 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/d79258f8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 03c014a..5de4e43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,6 +170,10 @@
             <exclude>**/src/test/resources/**/MANIFEST.MF</exclude>
             <exclude>**/src/test/resources/**/*.json</exclude>
             <exclude>**/src/test/resources/**/*.txt</exclude>
+            <exclude>**/resources/META-INF/services/**</exclude>
+            <exclude>CHANGELOG.md</exclude>
+            <exclude>**/archetype-resources/**</exclude>
+            <exclude>README.md</exclude>
           </excludes>
         </configuration>
       </plugin>