From 18e6f5e1c670481ae181f972a397a5815dbe7df3 Mon Sep 17 00:00:00 2001 From: Matthieu Baechler Date: Thu, 9 Apr 2015 11:26:28 +0200 Subject: [PATCH] MAILBOX-221 enforce use of jdk 6 at build time --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index aad4632..34f6ea6 100644 --- a/pom.xml +++ b/pom.xml @@ -574,6 +574,27 @@ maven-bundle-plugin true + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.14 + + + org.codehaus.mojo.signature + java16 + 1.0 + + + + + check_java_6 + test + + check + + + + -- 2.3.2 (Apple Git-55)