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.

Comment From: markpollack

fixed via 27bb72999ac8f4fd00b2f201ec1fac6aa9b03285 and 342368890831e8fa353e60ce02a0300d8a94acd7