Preparing Component Release Documentation
select component category, then type artifact id and versionen to generate svn commands:
Component category |
Component information
directory (~artifact id):
versionen:
4.x
versionn suffix:
Instructions to publish component release documentation
svnmucc -m "Publish ${artifactId} ${version} documentation" \
-U https://svn.apache.org/repos/asf/maven/website/componens \
cp HEAD ${category}-archives/${artifactId}-LATEST${vSuffix} ${category}-archives/${artifactId}-${version} \
rm ${category}/${artifactId}${vSuffix} \
cp HEAD ${category}-archives/${artifactId}-LATEST${vSuffix} ${category}/${artifactId}${vSuffix}
When using windows, replace the
\
with
^
to ensure correct multiline command execution.