summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMário Franco <mario.ffranco@gmail.com>2015-05-27 10:06:23 +0100
committerMário Franco <mario.ffranco@gmail.com>2015-05-27 10:06:23 +0100
commit1df9fb8aa1922feca732e245c775c9bb39caa946 (patch)
tree2a08dafa517c195217501ef332920dff122d4b11 /pom.xml
parentbaee04b909346723281775f3211a13147feaac02 (diff)
downloadpf4j-1df9fb8aa1922feca732e245c775c9bb39caa946.tar.gz
pf4j-1df9fb8aa1922feca732e245c775c9bb39caa946.zip
Fix build on JDK 1.8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 781ed13..5080ad9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,8 +27,8 @@
<connection>scm:git:https://github.com/decebals/pf4j.git</connection>
<developerConnection>scm:git:https://github.com/decebals/pf4j.git</developerConnection>
<url>git@github.com/decebals/pf4j.git</url>
- <tag>HEAD</tag>
- </scm>
+ <tag>HEAD</tag>
+ </scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -112,6 +112,15 @@
<profiles>
<profile>
+ <id>JDK 8 Build</id>
+ <activation>
+ <jdk>[1.8,)</jdk>
+ </activation>
+ <properties>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </properties>
+ </profile>
+ <profile>
<id>release-sign-artifacts</id>
<activation>
<property>