Skip to content

Commit fc9e5d3

Browse files
committed
Update documentation resources and dependencies
1 parent a53cb06 commit fc9e5d3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242

4343
- name: Generate Java docs
4444
run: |
45-
./mvnw javadoc:aggregate
45+
./mvnw --no-transfer-progress javadoc:aggregate
4646
4747
- name: Generate Reference docs
4848
working-directory: spring-shell-docs
4949
run: |
50-
../mvnw antora
50+
../mvnw --no-transfer-progress antora
5151
5252
- name: Setup SSH key
5353
env:

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@
5656
<mockito.version>5.19.0</mockito.version>
5757
<awaitility.version>4.3.0</awaitility.version>
5858

59-
<!-- plugin versions -->
59+
<!-- documentation dependencies -->
60+
<nodejs.version>24.8.0</nodejs.version>
6061
<antora-maven-plugin.version>1.0.0-alpha.5</antora-maven-plugin.version>
62+
63+
<!-- plugin versions -->
6164
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
6265
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
6366
<maven-failsafe-plugin.version>3.5.3</maven-failsafe-plugin.version>

spring-shell-docs/antora-playbook.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
antora:
2-
extensions:
3-
- require: '@springio/antora-extensions'
4-
root_component_name: 'shell'
51
site:
62
title: Spring Shell
73
url: https://docs.spring.io/spring-shell/reference/
@@ -17,8 +13,6 @@ asciidoc:
1713
hide-uri-scheme: '@'
1814
tabs-sync-option: '@'
1915
chomp: 'all'
20-
extensions:
21-
- '@asciidoctor/tabs'
2216
sourcemap: true
2317
runtime:
2418
log:

spring-shell-docs/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
<artifactId>antora-maven-plugin</artifactId>
5252
<version>${antora-maven-plugin.version}</version>
5353
<extensions>true</extensions>
54+
<configuration>
55+
<nodeVersion>${nodejs.version}</nodeVersion>
56+
</configuration>
5457
</plugin>
5558
<plugin>
5659
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)