HADOOP-14986. Enforce JDK limitations.

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

Branch: refs/heads/HDFS-7240
Commit: b50def36970e0afa65bd3fd3f40d8c4f81119200
Parents: 8be5707
Author: Chris Douglas <cdoug...@apache.org>
Authored: Fri Oct 27 18:47:45 2017 -0700
Committer: Chris Douglas <cdoug...@apache.org>
Committed: Fri Oct 27 18:47:45 2017 -0700

----------------------------------------------------------------------
 hadoop-project/pom.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b50def36/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index d7156d7..7490748 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1508,6 +1508,32 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <version>1.16</version>
+        <executions>
+          <execution>
+            <id>signature-check</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <signature>
+            <groupId>org.codehaus.mojo.signature</groupId>
+            <artifactId>java18</artifactId>
+            <version>1.0</version>
+          </signature>
+          <ignores>
+            <ignore>sun.misc.*</ignore>
+            <ignore>sun.net.*</ignore>
+            <ignore>sun.nio.ch.*</ignore>
+          </ignores>
+        </configuration>
+      </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to