mirror of https://github.com/apache/nifi.git
NIFI-291 completed incorporation of Elser feedback
This commit is contained in:
parent
2c2d39c7a2
commit
d926aca951
14
README.md
14
README.md
|
@ -1,3 +1,17 @@
|
||||||
|
<!--
|
||||||
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
this work for additional information regarding copyright ownership.
|
||||||
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
(the "License"); you may not use this file except in compliance with
|
||||||
|
the License. You may obtain a copy of the License at
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
# Apache NiFi
|
# Apache NiFi
|
||||||
|
|
||||||
Apache NiFi is a dataflow system based on the concepts of flow-based programming. It is currently apart of the Apache Incubator.
|
Apache NiFi is a dataflow system based on the concepts of flow-based programming. It is currently apart of the Apache Incubator.
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
<!--
|
||||||
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
this work for additional information regarding copyright ownership.
|
||||||
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
(the "License"); you may not use this file except in compliance with
|
||||||
|
the License. You may obtain a copy of the License at
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
# Apache NiFi NAR Maven Plugin
|
# Apache NiFi NAR Maven Plugin
|
||||||
|
|
||||||
Apache NiFi NAR Maven Plugin helps to build NiFi Archive bundles to support the classloader isolation model of NiFi.
|
Apache NiFi NAR Maven Plugin helps to build NiFi Archive bundles to support the classloader isolation model of NiFi.
|
||||||
|
|
|
@ -206,9 +206,9 @@
|
||||||
<artifactId>apache-rat-plugin</artifactId>
|
<artifactId>apache-rat-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>nb-configuration.xml</exclude>
|
<exclude>nb-configuration.xml</exclude> <!-- convenience exclude for netbeans users -->
|
||||||
<exclude>nbactions.xml</exclude>
|
<exclude>nbactions.xml</exclude> <!-- convenience excludes for netbeans users -->
|
||||||
<exclude>DEPENDENCIES</exclude>
|
<exclude>DEPENDENCIES</exclude> <!-- auto generated by maven while building sources zip and more -->
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
<!--
|
||||||
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
this work for additional information regarding copyright ownership.
|
||||||
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
(the "License"); you may not use this file except in compliance with
|
||||||
|
the License. You may obtain a copy of the License at
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
# About
|
# About
|
||||||
[Apache NiFi project] (http://nifi.incubator.apache.org).
|
[Apache NiFi project] (http://nifi.incubator.apache.org).
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
<!--
|
||||||
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
this work for additional information regarding copyright ownership.
|
||||||
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
(the "License"); you may not use this file except in compliance with
|
||||||
|
the License. You may obtain a copy of the License at
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
# Apache NiFi
|
# Apache NiFi
|
||||||
|
|
||||||
Apache NiFi is a dataflow system based on the concepts of flow-based programming. It is currently apart of the Apache Incubator.
|
Apache NiFi is a dataflow system based on the concepts of flow-based programming. It is currently apart of the Apache Incubator.
|
||||||
|
|
16
nifi/pom.xml
16
nifi/pom.xml
|
@ -956,15 +956,15 @@
|
||||||
<artifactId>apache-rat-plugin</artifactId>
|
<artifactId>apache-rat-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>src/main/webapp/js/json2.js</exclude>
|
<exclude>src/main/webapp/js/json2.js</exclude> <!-- license/notice accounted for -->
|
||||||
<exclude>src/main/webapp/js/jquery/</exclude>
|
<exclude>src/main/webapp/js/jquery/</exclude> <!-- license/notice accounted for -->
|
||||||
<exclude>src/main/webapp/js/d3/d3.min.js</exclude>
|
<exclude>src/main/webapp/js/d3/d3.min.js</exclude> <!-- license/notice accounted for -->
|
||||||
<exclude>src/main/webapp/js/codemirror/</exclude>
|
<exclude>src/main/webapp/js/codemirror/</exclude> <!-- license/notice accounted for -->
|
||||||
<exclude>src/main/webapp/css/reset.css</exclude>
|
<exclude>src/main/webapp/css/reset.css</exclude> <!-- license/notice accounted for -->
|
||||||
<exclude>src/test/resources/</exclude> <!-- Test datasets -->
|
<exclude>src/test/resources/</exclude> <!-- Test datasets -->
|
||||||
<exclude>nb-configuration.xml</exclude>
|
<exclude>nb-configuration.xml</exclude><!-- courtesy exclude for netbeans users -->
|
||||||
<exclude>nbactions.xml</exclude>
|
<exclude>nbactions.xml</exclude> <!-- courtesy exclude for netbeans users -->
|
||||||
<exclude>DEPENDENCIES</exclude>
|
<exclude>DEPENDENCIES</exclude> <!-- auto generated file by maven while building sources.zip -->
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue