Created empty profile for Java9 support

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

Branch: refs/heads/java-9-support
Commit: e0f8dadb4378708003ef8975d5415f8700849fce
Parents: 4544f39
Author: Jeff Storck <jtsw...@gmail.com>
Authored: Mon Feb 12 15:58:35 2018 -0500
Committer: Jeff Storck <jtsw...@gmail.com>
Committed: Mon May 7 13:36:29 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/nifi/blob/e0f8dadb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d3c103b..ae44689 100644
--- a/pom.xml
+++ b/pom.xml
@@ -798,5 +798,13 @@
                     should be overridden on the command-line 
<hadoop.version>2.6.0-cdh5.8.1</hadoop.version> -->
             </properties>
         </profile>
+        <profile>
+            <id>java9</id>
+            <activation>
+                <jdk>9</jdk>
+            </activation>
+            <build>
+            </build>
+        </profile>
     </profiles>
 </project>

Reply via email to