File tree Expand file tree Collapse file tree 3 files changed +21
-24
lines changed
resources/antora-resources Expand file tree Collapse file tree 3 files changed +21
-24
lines changed Original file line number Diff line number Diff line change 3434 <xmlbeam >1.4.24</xmlbeam >
3535 <java-module-name >spring.data.commons</java-module-name >
3636 <kotlin .api.target>1.8</kotlin .api.target>
37- <io .spring.maven.antora-version>0.0.3</io .spring.maven.antora-version>
3837 </properties >
3938
4039 <dependencies >
364363 <plugin >
365364 <groupId >io.spring.maven.antora</groupId >
366365 <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 >
384366 </plugin >
385367 </plugins >
386368 </build >
387369
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+
388384 <repositories >
389385 <repository >
390386 <id >spring-snapshot</id >
Original file line number Diff line number Diff line change 66ext :
77 collector :
88 - run :
9- command : mvnw process-resources
9+ command : ./ mvnw validate process-resources -am -Pantora- process-resources
1010 local : true
1111 scan :
12- dir : target/classes/antora-resources
12+ dir : target/classes/antora-resources/
Original file line number Diff line number Diff line change 11version : ${antora-component.version}
22prerelease : ${antora-component.prerelease}
3+
34asciidoc :
45 attributes :
56 attribute-missing : ' warn'
67 chomp : ' all'
78 version : ${project.version}
8- springversionshort : 6.1
9+ springversionshort : ${spring.short}
910 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/
1112 springdocsurl : https://docs.spring.io/spring-framework/reference/{springversionshort}
1213 spring-framework-docs : ' {springdocsurl}'
1314 springjavadocurl : https://docs.spring.io/spring-framework/docs/{springversion}/javadoc-api
1415 spring-framework-javadoc : ' {springjavadocurl}'
15- releasetrainversion : 2023.0.1 # FIXME this is wrong
16+ releasetrainversion : ${releasetrain}
1617 store : Jpa
17- springhateoasversion : ${spring-hateoas}
18+ springhateoasversion : ${spring-hateoas}
You can’t perform that action at this time.
0 commit comments