We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469712d commit 24cc5bdCopy full SHA for 24cc5bd
pom.xml
@@ -54,6 +54,18 @@
54
</repository>
55
</distributionManagement>
56
57
+ <profiles>
58
+ <profile>
59
+ <id>doclint-java8-disable</id>
60
+ <activation>
61
+ <jdk>[1.8,)</jdk>
62
+ </activation>
63
+ <properties>
64
+ <javadoc.opts>-Xdoclint:none</javadoc.opts>
65
+ </properties>
66
+ </profile>
67
+ </profiles>
68
+
69
<build>
70
<plugins>
71
<plugin>
@@ -138,7 +150,7 @@
138
150
<goal>jar</goal>
139
151
</goals>
140
152
<configuration>
141
- <additionalparam>-Xdoclint:none</additionalparam>
153
+ <additionalparam>${javadoc.opts}</additionalparam>
142
154
</configuration>
143
155
</execution>
144
156
</executions>
@@ -257,4 +269,5 @@
257
269
<name>ArangoDB GmbH</name>
258
270
<url>https://www.arangodb.com</url>
259
271
</organization>
272
260
273
</project>
0 commit comments