select component category, then type artifact id and version to generate svn commands:
instructions to publish component release documentationsvnmucc -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 |
|