Repository: incubator-nifi
Updated Branches:
  refs/heads/NIFI-270-RC2 [created] 1d198727e


NIFI-270 added rat exclusion


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

Branch: refs/heads/NIFI-270-RC2
Commit: 2a0e33d0121032eff686309a40cdf8d170deb8d1
Parents: cff8b0d
Author: joewitt <joew...@apache.org>
Authored: Wed Jan 21 08:57:10 2015 -0500
Committer: joewitt <joew...@apache.org>
Committed: Wed Jan 21 08:57:10 2015 -0500

----------------------------------------------------------------------
 nifi-nar-maven-plugin/pom.xml | 1 +
 nifi/pom.xml                  | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/2a0e33d0/nifi-nar-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-maven-plugin/pom.xml b/nifi-nar-maven-plugin/pom.xml
index cb59c13..e914085 100644
--- a/nifi-nar-maven-plugin/pom.xml
+++ b/nifi-nar-maven-plugin/pom.xml
@@ -208,6 +208,7 @@
                     <excludes>
                         <exclude>nb-configuration.xml</exclude>
                         <exclude>nbactions.xml</exclude>
+                        <exclude>DEPENDENCIES</exclude>
                     </excludes>
                 </configuration>
             </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/2a0e33d0/nifi/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/pom.xml b/nifi/pom.xml
index 4237cc2..825ce45 100644
--- a/nifi/pom.xml
+++ b/nifi/pom.xml
@@ -966,6 +966,7 @@
                         <exclude>src/test/resources/</exclude> <!-- Test 
datasets -->
                         <exclude>nb-configuration.xml</exclude>
                         <exclude>nbactions.xml</exclude>
+                        <exclude>DEPENDENCIES</exclude>
                     </excludes>
                 </configuration>
             </plugin>

Reply via email to