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 a81a788 commit 5f72a12Copy full SHA for 5f72a12
pom.xml
@@ -1015,9 +1015,6 @@ limitations under the License.
1015
<activation>
1016
<jdk>[1.8,)</jdk>
1017
</activation>
1018
- <properties>
1019
- <javadoc.opts>-Xdoclint:none</javadoc.opts>
1020
- </properties>
1021
<build>
1022
<plugins>
1023
<!-- only activate for jdk8+ since requires java 8 -->
@@ -1034,6 +1031,13 @@ limitations under the License.
1034
1031
</execution>
1035
1032
</executions>
1036
1033
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
1037
+ <configuration combine.self="override">
1038
+ <doclint>none</doclint>
1039
+ </configuration>
1040
+ </plugin>
1041
</plugins>
1042
</build>
1043
</profile>
0 commit comments