Skip to content

Commit

Permalink
Add packages versions in antora-maven-plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Oct 20, 2023
1 parent fdd3142 commit a5cd449
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
<ALGOLIA_APP_ID>WB1FQYI187</ALGOLIA_APP_ID>
<ALGOLIA_INDEX_NAME>springdocs</ALGOLIA_INDEX_NAME>
</environment>
<packages>
<package>@antora/[email protected]</package>
<package>@antora/[email protected]</package>
<package>@asciidoctor/[email protected]</package>
<package>@springio/[email protected]</package>
<package>@springio/[email protected]</package>
</packages>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit a5cd449

Please sign in to comment.