Preparing Component Release Documentation
select component category, then type artifact id and version to generate svn commands:
Component category |
Component informationdirectory (~artifact id): | |
instructions to publish component release documentationsvnmucc -m "Publish ${artifactId} ${version} documentation" \ -U https://svn.apache.org/repos/asf/maven/website/components \ cp HEAD ${category}-archives/${artifactId}-LATEST ${category}-archives/${artifactId}-${version} \ rm ${category}/${artifactId} \ cp HEAD ${category}-archives/${artifactId}-LATEST ${category}/${artifactId} | ||
archives directory |