You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/01/11 04:50:09 UTC

incubator-nifi git commit: NIFI-242 additional rat exclusion for ide generated file already ignored by Git - wish Rat honored Git ignores

Repository: incubator-nifi
Updated Branches:
  refs/heads/develop 7d85962e4 -> 7ded9970a


NIFI-242 additional rat exclusion for ide generated file already ignored by Git - wish Rat honored Git ignores


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/7ded9970
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/7ded9970
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/7ded9970

Branch: refs/heads/develop
Commit: 7ded9970a2ec9cacd8862aa9d06e5513dd07cfbf
Parents: 7d85962
Author: joewitt <jo...@apache.org>
Authored: Sat Jan 10 22:49:57 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Sat Jan 10 22:49:57 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/7ded9970/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a297ddd..9ff1e83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -987,6 +987,7 @@
                         <exclude>src/main/webapp/css/reset.css</exclude>
                         <exclude>src/test/resources/</exclude> <!-- Test datasets -->
                         <exclude>nb-configuration.xml</exclude>
+                        <exclude>nbactions.xml</exclude>
                         <exclude>nar-maven-plugin/</exclude>
                     </excludes>
                 </configuration>