Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2843#discussion_r200798916
--- Diff: nifi-test/pom.xml ---
@@ -0,0 +1,145 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <parent>
+ <artifactId>nifi</artifactId>
+ <groupId>org.apache.nifi</groupId>
+ <version>1.8.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>com.thinkbiganalytics</groupId>
+ <artifactId>nifi-test</artifactId>
--- End diff --
+1
---