File tree 3 files changed +21
-24
lines changed
resources/antora-resources
3 files changed +21
-24
lines changed Original file line number Diff line number Diff line change 34
34
<xmlbeam >1.4.24</xmlbeam >
35
35
<java-module-name >spring.data.commons</java-module-name >
36
36
<kotlin .api.target>1.8</kotlin .api.target>
37
- <io .spring.maven.antora-version>0.0.3</io .spring.maven.antora-version>
38
37
</properties >
39
38
40
39
<dependencies >
364
363
<plugin >
365
364
<groupId >io.spring.maven.antora</groupId >
366
365
<artifactId >antora-maven-plugin</artifactId >
367
- <version >${io.spring.maven.antora-version} </version >
368
- <extensions >true</extensions >
369
- <configuration >
370
- <playbook >src/main/antora/antora-playbook.yml</playbook >
371
- </configuration >
372
- </plugin >
373
- <plugin >
374
- <groupId >io.spring.maven.antora</groupId >
375
- <artifactId >antora-component-version-maven-plugin</artifactId >
376
- <version >${io.spring.maven.antora-version} </version >
377
- <executions >
378
- <execution >
379
- <goals >
380
- <goal >antora-component-version</goal >
381
- </goals >
382
- </execution >
383
- </executions >
384
366
</plugin >
385
367
</plugins >
386
368
</build >
387
369
370
+ <profiles >
371
+ <profile >
372
+ <id >antora-process-resources</id >
373
+ <build >
374
+ <resources >
375
+ <resource >
376
+ <directory >src/main/antora/resources/antora-resources</directory >
377
+ <filtering >true</filtering >
378
+ </resource >
379
+ </resources >
380
+ </build >
381
+ </profile >
382
+ </profiles >
383
+
388
384
<repositories >
389
385
<repository >
390
386
<id >spring-snapshot</id >
Original file line number Diff line number Diff line change 6
6
ext :
7
7
collector :
8
8
- run :
9
- command : mvnw process-resources
9
+ command : ./ mvnw validate process-resources -am -Pantora- process-resources
10
10
local : true
11
11
scan :
12
- dir : target/classes/antora-resources
12
+ dir : target/classes/antora-resources/
Original file line number Diff line number Diff line change 1
1
version : ${antora-component.version}
2
2
prerelease : ${antora-component.prerelease}
3
+
3
4
asciidoc :
4
5
attributes :
5
6
attribute-missing : ' warn'
6
7
chomp : ' all'
7
8
version : ${project.version}
8
- springversionshort : 6.1
9
+ springversionshort : ${spring.short}
9
10
springversion : ${spring}
10
- spring-data-commons-javadoc-base : https://docs.spring.io/spring-data/data-commons/docs/current /api/
11
+ spring-data-commons-javadoc-base : https://docs.spring.io/spring-data/data-commons/docs/{version} /api/
11
12
springdocsurl : https://docs.spring.io/spring-framework/reference/{springversionshort}
12
13
spring-framework-docs : ' {springdocsurl}'
13
14
springjavadocurl : https://docs.spring.io/spring-framework/docs/{springversion}/javadoc-api
14
15
spring-framework-javadoc : ' {springjavadocurl}'
15
- releasetrainversion : 2023.0.1 # FIXME this is wrong
16
+ releasetrainversion : ${releasetrain}
16
17
store : Jpa
17
- springhateoasversion : ${spring-hateoas}
18
+ springhateoasversion : ${spring-hateoas}
You can’t perform that action at this time.
0 commit comments