You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/10/24 13:23:53 UTC

svn commit: r707603 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892: ./ repo/org/codehaus/plexus/plexus-utils/ repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/ repo/org/codehaus/plexus/plexus-utils/0.1-stub/

Author: bentmann
Date: Fri Oct 24 04:23:52 2008
New Revision: 707603

URL: http://svn.apache.org/viewvc?rev=707603&view=rev
Log:
o Improved test separation

Added:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/plexus-utils-0.1-mng2892.jar   (with props)
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/plexus-utils-0.1-mng2892.pom
Removed:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-stub/
Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/pom.xml
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/maven-metadata.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/pom.xml?rev=707603&r1=707602&r2=707603&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/pom.xml Fri Oct 24 04:23:52 2008
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.its.mng2892</groupId>
-  <artifactId>maven-it-mng2892</artifactId>
+  <artifactId>test</artifactId>
   <version>1.0</version>
 
   <name>Maven Integration Test :: MNG-2892</name> 
@@ -54,7 +54,7 @@
           <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-utils</artifactId>
-            <version>0.1-stub</version>
+            <version>0.1-mng2892</version>
           </dependency>
         </dependencies>
         <executions>

Added: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/plexus-utils-0.1-mng2892.jar
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/plexus-utils-0.1-mng2892.jar?rev=707603&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/plexus-utils-0.1-mng2892.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/plexus-utils-0.1-mng2892.pom
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/plexus-utils-0.1-mng2892.pom?rev=707603&view=auto
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/plexus-utils-0.1-mng2892.pom (added)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/0.1-mng2892/plexus-utils-0.1-mng2892.pom Fri Oct 24 04:23:52 2008
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.codehaus.plexus</groupId>
+  <artifactId>plexus-utils</artifactId>
+  <version>0.1-mng2892</version>
+  <packaging>jar</packaging>
+
+  <distributionManagement>
+    <repository>
+      <id>maven-core-it</id>
+      <url>file:///${basedir}/repo</url>
+    </repository>
+  </distributionManagement>
+
+  <properties>
+    <maven.test.skip>true</maven.test.skip>
+  </properties>
+
+  <build>
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>pom.xml</include>
+          <include>src/**</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/main/resources</directory>
+      </resource>
+    </resources>
+  </build>
+</project>

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/maven-metadata.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/maven-metadata.xml?rev=707603&r1=707602&r2=707603&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/maven-metadata.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-2892/repo/org/codehaus/plexus/plexus-utils/maven-metadata.xml Fri Oct 24 04:23:52 2008
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?><metadata>
   <groupId>org.codehaus.plexus</groupId>
   <artifactId>plexus-utils</artifactId>
-  <version>0.1-stub</version>
+  <version>0.1-mng2892</version>
   <versioning>
     <versions>
-      <version>0.1-stub</version>
+      <version>0.1-mng2892</version>
     </versions>
-    <lastUpdated>20081011153209</lastUpdated>
+    <lastUpdated>20081024110325</lastUpdated>
   </versioning>
 </metadata>
\ No newline at end of file