aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2015-05-27 13:31:29 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2015-05-27 13:31:29 +0300
commit3aeefcd772a6aab5966b67401da38bdb4b95e82a (patch)
tree42fb314de4d7a43c56e476604b7af22d173abbed
parentbaee04b909346723281775f3211a13147feaac02 (diff)
parent13f3f417d5151222cf5477b5b12d8d545303f693 (diff)
downloadpf4j-3aeefcd772a6aab5966b67401da38bdb4b95e82a.tar.gz
pf4j-3aeefcd772a6aab5966b67401da38bdb4b95e82a.zip
Merge pull request #39 from lightglitch/fix1.8
Fix build on JDK 1.8
-rw-r--r--pom.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 781ed13..2ebede7 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>jdk8-build</id>
+ <activation>
+ <jdk>[1.8,)</jdk>
+ </activation>
+ <properties>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </properties>
+ </profile>
+ <profile>
<id>release-sign-artifacts</id>
<activation>
<property>