The project is using antora but there are still remnant to remove
So the main CI build should only generate/deploy the javadocs (reference docs based on Antora are part of another build).
The main things to update after removing the Asciidoc resources are:
Remove the asciidoc plugin and the generated resources from the distribution assembly descriptor: this and this
Update the CI build here to run mvn assembly:single instead of mvn site
Look at the latest version of these files in the Batch repo: spring-batch-docs/pom.xml , src/assembly/javadocs.xml and .github/workflows/continuous-integration.yml to get the complete view.
The project is using antora but there are still remnant to remove
So the main CI build should only generate/deploy the javadocs (reference docs based on Antora are part of another build). The main things to update after removing the Asciidoc resources are:
Look at the latest version of these files in the Batch repo: spring-batch-docs/pom.xml , src/assembly/javadocs.xml and .github/workflows/continuous-integration.yml to get the complete view.