Author: sebb Date: Sun May 1 20:47:49 2016 New Revision: 1741891 URL: http://svn.apache.org/viewvc?rev=1741891&view=rev Log: Regen autogenerated files
Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1741891&r1=1741890&r2=1741891&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original) +++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Sun May 1 20:47:49 2016 @@ -467,11 +467,24 @@ <p> The download page on the website is created from the file <code>src/site/xdoc/download_{component}.xml</code>. The XML file is created using - <code>mvn commons:download-page []-Dcommons.release.version=m.n]</code>. + <code>mvn commons:download-page [-Dcommons.release.version=m.n]</code>. Check that the changes (if any) are correct and commit the updated file. </p> </subsection> + <subsection name='Update the other autogenerated files'> + <p> + Various files are autogenerated using the commons build plugin. + <ul> + <li>CONTRIBUTING.md - <code>mvn commons:contributing-md</code></li> + <li>README.md - <code>mvn commons:readme-md</code></li> + <li>src/site/xdoc/issue-tracking.xml - <code>mvn commons:jira-page</code></li> + <li>src/site/xdoc/mail-lists.xml - <code>mvn commons:mail-page</code></li> + </ul> + Check that the changes (if any) are correct and commit the updated file(s). + </p> + </subsection> + <subsection name='Check NOTICE.txt'> <p> The component should contain a NOTICE.txt (next to the LICENSE.txt).