Skip to content

Commit 43711d0

Browse files
committed
Reintroduce Javadoc legacy mode.
Closes #1905
1 parent a12cd39 commit 43711d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,11 @@
318318
<artifactId>maven-assembly-plugin</artifactId>
319319
</plugin>
320320
<plugin>
321-
<groupId>org.asciidoctor</groupId>
322-
<artifactId>asciidoctor-maven-plugin</artifactId>
321+
<groupId>org.apache.maven.plugins</groupId>
322+
<artifactId>maven-javadoc-plugin</artifactId>
323+
<configuration>
324+
<legacyMode>true</legacyMode>
325+
</configuration>
323326
</plugin>
324327
</plugins>
325328
</build>

0 commit comments

Comments
 (0)