Author: britter Date: Wed Sep 19 09:47:29 2018 New Revision: 1841307 URL: http://svn.apache.org/viewvc?rev=1841307&view=rev Log: Update documentation to reflect new commons-build-plugin goalPrefix
Modified: commons/cms-site/trunk/content/xdoc/new-sandbox-component.xml commons/cms-site/trunk/content/xdoc/releases/prepare.xml Modified: commons/cms-site/trunk/content/xdoc/new-sandbox-component.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/new-sandbox-component.xml?rev=1841307&r1=1841306&r2=1841307&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/new-sandbox-component.xml (original) +++ commons/cms-site/trunk/content/xdoc/new-sandbox-component.xml Wed Sep 19 09:47:29 2018 @@ -165,7 +165,7 @@ </ul> <source> - mvn commons:sandbox-jira-page + mvn commons-build:sandbox-jira-page </source> </subsection> 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=1841307&r1=1841306&r2=1841307&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original) +++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Wed Sep 19 09:47:29 2018 @@ -247,7 +247,7 @@ mvn versions:display-plugin-updates -U</ Make sure that the release version is set to the new release and that the compile and source targets are set correctly. Generate and check in a new download page for the component: <pre> - mvn [-N] commons:download-page [-Dcommons.release.version=m.n] + mvn [-N] commons-build:download-page [-Dcommons.release.version=m.n] svn commit -m "Updated download page in preparation for 1.2 release." src/site/xdoc/download_foo.xml </pre> Or when using git: