Preparing Component Release Documentation
select component category, then type artifact id and version to generate svn commands:
|
|
instructions to publish component release documentation
svnmucc -m "Publish ${artifactId} ${version} documentation" \
-U https://svn.apache.org/repos/infra/websites/production/maven/components \
cp HEAD ${category}-archives/${artifactId}-LATEST ${category}-archives/${artifactId}-${version} \
rm ${category}/${artifactId} \
cp HEAD ${category}-archives/${artifactId}-LATEST ${category}/${artifactId}
|
edit category index page through CMS
|
archives directory
|