We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f47ee commit e8de62aCopy full SHA for e8de62a
1 file changed
pom.xml
@@ -16,6 +16,7 @@
16
<sonar.organization>spdx</sonar.organization>
17
<sonar.projectKey>spdx-rdf-store</sonar.projectKey>
18
<dependency-check-maven.version>8.0.1</dependency-check-maven.version>
19
+ <javadoc.opts>-Xdoclint:none</javadoc.opts>
20
</properties>
21
22
<licenses>
@@ -47,15 +48,6 @@
47
48
</distributionManagement>
49
50
<profiles>
- <profile>
51
- <id>doclint-java8-disable</id>
52
- <activation>
53
- <jdk>[1.8,11)</jdk>
54
- </activation>
55
- <properties>
56
- <javadoc.opts>-Xdoclint:none</javadoc.opts>
57
- </properties>
58
- </profile>
59
<profile>
60
<id>gpg-signing</id>
61
<build>
0 commit comments