Author: niallp
Date: Tue Mar 23 20:56:13 2010
New Revision: 926775
URL: http://svn.apache.org/viewvc?rev=926775&view=rev
Log:
Add a single module project
Added:
commons/sandbox/test-maven/single-module/
- copied from r922681, commons/sandbox/test-maven/sample-sandbox-project/
Modified:
commons/sandbox/test-maven/single-module/trunk/pom.xml
commons/sandbox/test-maven/single-module/trunk/src/site/site.xml
commons/sandbox/test-maven/single-module/trunk/src/site/xdoc/index.xml
Modified: commons/sandbox/test-maven/single-module/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/test-maven/single-module/trunk/pom.xml?rev=926775&r1=922681&r2=926775&view=diff
==============================================================================
--- commons/sandbox/test-maven/single-module/trunk/pom.xml (original)
+++ commons/sandbox/test-maven/single-module/trunk/pom.xml Tue Mar 23 20:56:13
2010
@@ -20,21 +20,21 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.commons</groupId>
- <artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <artifactId>commons-parent</artifactId>
+ <version>14</version>
</parent>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-foo</artifactId>
+ <groupId>org.apache.commons.testmaven</groupId>
+ <artifactId>single-module</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Commons Foo</name>
- <description>Java Conversion Utilities</description>
- <url>http://commons.apache.org/sandbox/foo/</url>
- <inceptionYear>2003</inceptionYear>
+ <name>Commons Test Maven Single-module</name>
+ <description>Test Maven Single-module project</description>
+ <url>http://commons.apache.org/sandbox/testsingle/</url>
+ <inceptionYear>2010</inceptionYear>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/foo/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/foo/trunk/</developerConnection>
- <url>http://svn.apache.org/viewvc/commons/sandbox/foo/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/test-maven/single-module/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/test-maven/single-module/trunk</developerConnection>
+
<url>http://svn.apache.org/viewvc/commons/sandbox/test-maven/single-module/trunk/</url>
</scm>
<developers>
@@ -54,19 +54,10 @@
</dependencies>
<properties>
-
- <commons.componentid>foo</commons.componentid>
-
- <!-- source/target options used by the compiler plugin -->
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
-
- <!--
- set the "commons.jira.componentid" to the JIRA componentid of
- of http://issues.apache.org/jira/browse/SANDBOX
- -->
- <commons.jira.componentid>00000000</commons.jira.componentid>
-
+ <commons.componentid>test-maven-single-module</commons.componentid>
+ <commons.release.version>1.0</commons.release.version>
</properties>
<build>
Modified: commons/sandbox/test-maven/single-module/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/test-maven/single-module/trunk/src/site/site.xml?rev=926775&r1=922681&r2=926775&view=diff
==============================================================================
--- commons/sandbox/test-maven/single-module/trunk/src/site/site.xml (original)
+++ commons/sandbox/test-maven/single-module/trunk/src/site/site.xml Tue Mar 23
20:56:13 2010
@@ -15,17 +15,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project name="Commons Convert">
+<project name="Test Single Module">
<bannerRight>
- <name>Commons Foo</name>
+ <name>Test Single Module</name>
<!-- src>/images/logo.png</src -->
<href>/index.html</href>
</bannerRight>
<body>
- <menu name="Foo">
+ <menu name="Test Single">
<item name="Home" href="/index.html"/>
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Issue Tracking" href="/issue-tracking.html"/>
Modified: commons/sandbox/test-maven/single-module/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/test-maven/single-module/trunk/src/site/xdoc/index.xml?rev=926775&r1=922681&r2=926775&view=diff
==============================================================================
--- commons/sandbox/test-maven/single-module/trunk/src/site/xdoc/index.xml
(original)
+++ commons/sandbox/test-maven/single-module/trunk/src/site/xdoc/index.xml Tue
Mar 23 20:56:13 2010
@@ -24,10 +24,10 @@
<body>
- <section name="Commons Foo">
+ <section name="Test Maven Single Module">
<p>
- Welcome to Commons Foo!
+ Welcome to Test Maven Single Module!
</p>
</section>