mirror of https://github.com/apache/nifi.git
NIFI 270 fixed organization and excluded DEPENDENCIES from rat check
This commit is contained in:
parent
f85b8714a1
commit
43e646e68e
|
@ -28,8 +28,8 @@
|
||||||
<description>Apache NiFi is a dataflow system based on the concepts of flow-based programming. It is currently a part of the Apache Incubator.</description>
|
<description>Apache NiFi is a dataflow system based on the concepts of flow-based programming. It is currently a part of the Apache Incubator.</description>
|
||||||
<url>http://nifi.incubator.apache.org/maven-site/</url>
|
<url>http://nifi.incubator.apache.org/maven-site/</url>
|
||||||
<organization>
|
<organization>
|
||||||
<name>Apache NiFi (incubating) Project</name>
|
<name>Apache NiFi (incubating)</name>
|
||||||
<url>http://nifi.incubating.apache.org/</url>
|
<url>http://nifi.incubator.apache.org/</url>
|
||||||
</organization>
|
</organization>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -966,6 +966,7 @@
|
||||||
<exclude>src/test/resources/</exclude> <!-- Test datasets -->
|
<exclude>src/test/resources/</exclude> <!-- Test datasets -->
|
||||||
<exclude>nb-configuration.xml</exclude>
|
<exclude>nb-configuration.xml</exclude>
|
||||||
<exclude>nbactions.xml</exclude>
|
<exclude>nbactions.xml</exclude>
|
||||||
|
<exclude>DEPENDENCIES</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue