Prerequisites

  • Apache Maven; Publishing framework used for Apache Any23 Website maintenance.


How to modify the docs

First, checkout the generated site:

$ svn co https://svn.apache.org/repos/asf/any23/site any23-site

then, generate the site via maven, targeting the directory where you
checked out the site:

$ mvn site-deploy -P site && cp -r target/site/* any23-site/ && cd any23-site && svn ci -m "Publish new Any23 Website"

Please let the Any23 Project Team know if you experience any difficulties!!!

More can be seen on the Apache Maven Site plugin and its usage here


  • No labels