You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ev...@apache.org on 2006/02/22 22:07:06 UTC

svn commit: r379895 - in /maven/components/branches/maven-2.0.x/maven-core-it/it0095: ./ parent/pom.xml sub1/ sub1/src/test/verifier/verifications.xml

Author: evenisse
Date: Wed Feb 22 13:07:03 2006
New Revision: 379895

URL: http://svn.apache.org/viewcvs?rev=379895&view=rev
Log:
Add test for scm url rewriting

Modified:
    maven/components/branches/maven-2.0.x/maven-core-it/it0095/   (props changed)
    maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent/pom.xml
    maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1/   (props changed)
    maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1/src/test/verifier/verifications.xml

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0095/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Feb 22 13:07:03 2006
@@ -0,0 +1 @@
+log.txt

Modified: maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent/pom.xml?rev=379895&r1=379894&r2=379895&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent/pom.xml Wed Feb 22 13:07:03 2006
@@ -6,6 +6,10 @@
   <version>1</version>
   <packaging>pom</packaging>
 
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent</connection>
+  </scm>
+
   <distributionManagement>
     <site>
       <id>website</id>

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Feb 22 13:07:03 2006
@@ -0,0 +1 @@
+target

Modified: maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1/src/test/verifier/verifications.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1/src/test/verifier/verifications.xml?rev=379895&r1=379894&r2=379895&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1/src/test/verifier/verifications.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1/src/test/verifier/verifications.xml Wed Feb 22 13:07:03 2006
@@ -4,5 +4,9 @@
       <location>target/effective-pom.xml</location>
       <contains>scp://host/path/sub1</contains>
     </file>
+    <file>
+      <location>target/effective-pom.xml</location>
+      <contains>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1</contains>
+    </file>
   </files>
 </verifications>