Author: niallp Date: Mon Feb 4 15:55:30 2008 New Revision: 618494 URL: http://svn.apache.org/viewvc?rev=618494&view=rev Log: Add scm section to pom and minor site improvements
Modified: commons/sandbox/commons-build-plugin/pom.xml commons/sandbox/commons-build-plugin/src/site/xdoc/development.xml commons/sandbox/commons-build-plugin/src/site/xdoc/index.xml Modified: commons/sandbox/commons-build-plugin/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/pom.xml?rev=618494&r1=618493&r2=618494&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/pom.xml (original) +++ commons/sandbox/commons-build-plugin/pom.xml Mon Feb 4 15:55:30 2008 @@ -42,6 +42,11 @@ <url>http://issues.apache.org/jira/browse/COMMONSSITE</url> </issueManagement> <inceptionYear>2008</inceptionYear> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/</developerConnection> + <url>http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/</url> + </scm> <developers> <developer> Modified: commons/sandbox/commons-build-plugin/src/site/xdoc/development.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/site/xdoc/development.xml?rev=618494&r1=618493&r2=618494&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/site/xdoc/development.xml (original) +++ commons/sandbox/commons-build-plugin/src/site/xdoc/development.xml Mon Feb 4 15:55:30 2008 @@ -58,7 +58,9 @@ </p> <p> - Both these files should be located in the <code>src/main/scripts</code> directory. + Both these files should be located in the + <a href="http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/src/main/scripts/">src/main/scripts</a> + directory. </p> <p> @@ -78,7 +80,8 @@ <p> This plugin uses <code>commons</code> as the goal prefix. So if you add a new <code>foo-bar</code> goal, then it can be executed on the command line using <code>mvn commons:foo-bar</code>. This prefix - is defined in this plugin's <code>pom.xml</code>. + is defined in this plugin's + <a href="http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/pom.xml">pom.xml</a>. </p> </section> Modified: commons/sandbox/commons-build-plugin/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/site/xdoc/index.xml?rev=618494&r1=618493&r2=618494&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/site/xdoc/index.xml (original) +++ commons/sandbox/commons-build-plugin/src/site/xdoc/index.xml Mon Feb 4 15:55:30 2008 @@ -46,6 +46,7 @@ <ul> <li><a href="generate-xdocs-build.html#commons:jira-page">commons:jira-page</a> - Generate a custom JIRA Issue Tracking page for a component</li> <li><a href="generate-xdocs-build.html#commons:download-page">commons:download-page</a> - Generate a Download page for the component's latest release</li> + <li><a href="generate-xdocs-build.html#commons:sandbox-jira-page">commons:sandbox-jira-page</a> - Generate a custom JIRA Issue Tracking page for a Sandbox component</li> <li><a href="copy-javadoc-files-build.html">commons:copy-javadoc-files</a> - Copy NOTICE and LICENSE files to -javadoc jar</li> </ul> </p>