Author: bodewig Date: Mon Aug 13 07:03:19 2018 New Revision: 1837923 URL: http://svn.apache.org/viewvc?rev=1837923&view=rev Log: fix references to commons-build plugin goals
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=1837923&r1=1837922&r2=1837923&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original) +++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Mon Aug 13 07:03:19 2018 @@ -481,7 +481,7 @@ mvn versions:display-plugin-updates -U</ <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-build:download-page [-Dcommons.release.version=m.n]</code>. Check that the changes (if any) are correct and commit the updated file. </p> </subsection> @@ -490,10 +490,10 @@ mvn versions:display-plugin-updates -U</ <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> + <li>CONTRIBUTING.md - <code>mvn commons-build:contributing-md</code></li> + <li>README.md - <code>mvn commons-build:readme-md</code></li> + <li>src/site/xdoc/issue-tracking.xml - <code>mvn commons-build:jira-page</code></li> + <li>src/site/xdoc/mail-lists.xml - <code>mvn commons-build:mail-page</code></li> </ul> Check that the changes (if any) are correct and commit the updated file(s). </p>