You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

What you need

Apache Maven


Publishing framework used for Apache Any23 Website maintenance.

How to modify the docs

The site docs at Maven are in one place, here 1.

At first the procedure looks kinda complicated, but it isn't. The Any23 website has to be stored in SVN, using the appropriate wagon, site deploy is slow, because deploy works file-by-files so consider the alternative of deploying the site in a local directory (where you checked out the site dir) then committing in one shot

First, checkout the generated site:

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

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

*$ mvn site-deploy -Dsite.deploymentBaseUrl=file:///path/to/any23-site -P site

then, come back to the site directory and

$svn ci -m "new site..."

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

1 https://svn.apache.org/repos/asf/incubator/any23/site/

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

  • No labels