You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/07/10 23:54:00 UTC

svn commit: r210048 - in /maven/continuum/trunk/continuum-test-projects/m1-test-poms: project-with-no-build-element.xml project-with-no-nag-email-element.xml project-with-no-name-element.xml project-with-no-repository-element.xml

Author: jvanzyl
Date: Sun Jul 10 14:53:59 2005
New Revision: 210048

URL: http://svn.apache.org/viewcvs?rev=210048&view=rev
Log: (empty)

Added:
    maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-build-element.xml
    maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-nag-email-element.xml
    maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-name-element.xml
    maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-repository-element.xml

Added: maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-build-element.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-build-element.xml?rev=210048&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-build-element.xml (added)
+++ maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-build-element.xml Sun Jul 10 14:53:59 2005
@@ -0,0 +1,17 @@
+
+<project>
+  <extend>../project.xml</extend>
+  <pomVersion>3</pomVersion>
+  <groupId>continuum</groupId>
+  <artifactId>maven-1</artifactId>
+  <currentVersion>1.0</currentVersion>
+  <name>Maven 1 Project</name>
+  <repository>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-test-projects/m1</connection>
+  </repository>
+  <!--
+  <build>
+    <nagEmailAddress>jason@maven.org</nagEmailAddress>
+  </build>
+  -->
+</project>

Added: maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-nag-email-element.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-nag-email-element.xml?rev=210048&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-nag-email-element.xml (added)
+++ maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-nag-email-element.xml Sun Jul 10 14:53:59 2005
@@ -0,0 +1,17 @@
+
+<project>
+  <extend>../project.xml</extend>
+  <pomVersion>3</pomVersion>
+  <groupId>continuum</groupId>
+  <artifactId>maven-1</artifactId>
+  <currentVersion>1.0</currentVersion>
+  <name>Maven 1 Project</name>
+  <repository>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-test-projects/m1</connection>
+  </repository>
+  <!--
+  <build>
+    <nagEmailAddress>jason@maven.org</nagEmailAddress>
+  </build>
+  -->
+</project>

Added: maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-name-element.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-name-element.xml?rev=210048&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-name-element.xml (added)
+++ maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-name-element.xml Sun Jul 10 14:53:59 2005
@@ -0,0 +1,16 @@
+
+<project>
+  <pomVersion>3</pomVersion>
+  <groupId>continuum</groupId>
+  <artifactId>maven-1</artifactId>
+  <currentVersion>1.0</currentVersion>
+  <!--
+  <name>Maven 1 Project</name>
+  -->
+  <repository>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-test-projects/m1</connection>
+  </repository>
+  <build>
+    <nagEmailAddress>jason@maven.org</nagEmailAddress>
+  </build>
+</project>

Added: maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-repository-element.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-repository-element.xml?rev=210048&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-repository-element.xml (added)
+++ maven/continuum/trunk/continuum-test-projects/m1-test-poms/project-with-no-repository-element.xml Sun Jul 10 14:53:59 2005
@@ -0,0 +1,17 @@
+
+<project>
+  <extend>../project.xml</extend>
+  <pomVersion>3</pomVersion>
+  <groupId>continuum</groupId>
+  <artifactId>maven-1</artifactId>
+  <currentVersion>1.0</currentVersion>
+  <name>Maven 1 Project</name>
+  <!--
+  <repository>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-test-projects/m1</connection>
+  </repository>
+  -->
+  <build>
+    <nagEmailAddress>jason@maven.org</nagEmailAddress>
+  </build>
+</project>