projects
/
hibernate4-maven-plugin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83fe297
)
Turned of doclint, that was introduced in Java 8
author
Kai Moritz
<kai@juplo.de>
Sat, 5 Nov 2016 16:35:28 +0000
(17:35 +0100)
committer
Kai Moritz
<kai@juplo.de>
Sat, 5 Nov 2016 16:35:28 +0000
(17:35 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
c92850c
..
9608dfa
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-243,6
+243,9
@@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version><!-- Should be same version as in oss-parent-7 -->
+ <configuration>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </configuration>
<executions>
<execution>
<id>attach-javadoc</id>