We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1154fb + 3aefeba commit afb41c7Copy full SHA for afb41c7
pom.xml
@@ -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">
+<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">
3
<modelVersion>4.0.0</modelVersion>
4
<parent>
5
<groupId>org.sonatype.oss</groupId>
@@ -19,6 +20,7 @@
19
20
21
<properties>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
+ <additionalparam>-Xdoclint:none</additionalparam>
24
</properties>
25
26
0 commit comments