Skip to content

Commit 9097316

Browse files
committed
Include custom Javadoc tags.
See #2563
1 parent 4c20eef commit 9097316

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

parent/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@
12951295
<plugin>
12961296
<groupId>org.apache.maven.plugins</groupId>
12971297
<artifactId>maven-javadoc-plugin</artifactId>
1298-
<version>3.11.1</version>
1298+
<version>3.11.2</version>
12991299
</plugin>
13001300

13011301
<plugin>
@@ -1522,6 +1522,18 @@
15221522
<header>${project.name}</header>
15231523
<source>${source.level}</source>
15241524
<quiet>true</quiet>
1525+
<tags>
1526+
<tag>
1527+
<name>soundtrack</name>
1528+
<placement>X</placement>
1529+
<head></head>
1530+
</tag>
1531+
<tag>
1532+
<name>currentBook</name>
1533+
<placement>X</placement>
1534+
<head></head>
1535+
</tag>
1536+
</tags>
15251537
<!-- copies doc-files subdirectory which contains image resources -->
15261538
<docfilessubdirs>true</docfilessubdirs>
15271539
<doclint>html,reference</doclint>

0 commit comments

Comments
 (0)