Skip to content

Commit afb41c7

Browse files
committed
Merge pull request #43 from VerbalExpressions/doclint
try to ignore javadoc errors on release with java8
2 parents d1154fb + 3aefeba commit afb41c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<parent>
45
<groupId>org.sonatype.oss</groupId>
@@ -19,6 +20,7 @@
1920

2021
<properties>
2122
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23+
<additionalparam>-Xdoclint:none</additionalparam>
2224
</properties>
2325

2426

0 commit comments

Comments
 (0)