Removed java 8 profile
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d7416a32 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d7416a32 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d7416a32 Branch: refs/heads/wicket-7.x Commit: d7416a325338a7d229c9e25f4d6852f0c83775eb Parents: b89997f Author: Andrea Del Bene <[email protected]> Authored: Tue May 9 19:34:56 2017 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Tue May 16 20:41:48 2017 +0200 ---------------------------------------------------------------------- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/d7416a32/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b83a68b..808c7e8 100644 --- a/pom.xml +++ b/pom.xml @@ -1177,19 +1177,6 @@ </build> </profile> <profile> - <id>Java 8</id> - <activation> - <jdk>1.8</jdk> - </activation> - <properties> - <!-- Disable javadoc linter when building with Java 8 - http://mail-archives.apache.org/mod_mbox/maven-users/201403.mbox/%3ccanwgjs5xhwige+lecey+mzvbj9via4juwsabeztqr2aqneb...@mail.gmail.com%3E - http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html - --> - <additionalparam>-Xdoclint:none</additionalparam> - </properties> - </profile> - <profile> <id>buildbot</id> <build> <plugins>
