Skip to content

Commit 7fd3482

Browse files
committed
Add packages versions in antora-maven-plugin configuration
1 parent 4cac9be commit 7fd3482

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

spring-batch-docs/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
<artifactId>antora-maven-plugin</artifactId>
2222
<version>${io.spring.maven.antora-version}</version>
2323
<extensions>true</extensions>
24+
<configuration>
25+
<packages>
26+
<package>@antora/[email protected]</package>
27+
<package>@antora/[email protected]</package>
28+
<package>@asciidoctor/[email protected]</package>
29+
<package>@springio/[email protected]</package>
30+
<package>@springio/[email protected]</package>
31+
</packages>
32+
</configuration>
2433
</plugin>
2534
<plugin>
2635
<groupId>io.spring.maven.antora</groupId>

0 commit comments

Comments
 (0)