Skip to content

Commit 130574f

Browse files
committed
[pom] Move javadoc html setting to parent
Can override with parameter 'html.javadocType' and will be set to -html5.
1 parent 7f0697b commit 130574f

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -323,25 +323,4 @@
323323
</dependency>
324324
</dependencies>
325325

326-
<profiles>
327-
<profile>
328-
<id>javadocVersion</id>
329-
<activation>
330-
<jdk>[9,)</jdk>
331-
</activation>
332-
<build>
333-
<pluginManagement>
334-
<plugins>
335-
<plugin>
336-
<groupId>org.apache.maven.plugins</groupId>
337-
<artifactId>maven-javadoc-plugin</artifactId>
338-
<configuration>
339-
<additionalOptions>-html5</additionalOptions>
340-
</configuration>
341-
</plugin>
342-
</plugins>
343-
</pluginManagement>
344-
</build>
345-
</profile>
346-
</profiles>
347326
</project>

0 commit comments

Comments
 (0)