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

svn commit: r220219 - in /maven/components/trunk/maven-core-it/it0034: expected-results.txt pom.xml prebuild-hook.txt src/

Author: brett
Date: Thu Jul 21 17:21:57 2005
New Revision: 220219

URL: http://svn.apache.org/viewcvs?rev=220219&view=rev
Log:
use a more normal IT test style for artifact resolution

Added:
    maven/components/trunk/maven-core-it/it0034/prebuild-hook.txt   (with props)
Removed:
    maven/components/trunk/maven-core-it/it0034/src/
Modified:
    maven/components/trunk/maven-core-it/it0034/expected-results.txt
    maven/components/trunk/maven-core-it/it0034/pom.xml

Modified: maven/components/trunk/maven-core-it/it0034/expected-results.txt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0034/expected-results.txt?rev=220219&r1=220218&r2=220219&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0034/expected-results.txt (original)
+++ maven/components/trunk/maven-core-it/it0034/expected-results.txt Thu Jul 21 17:21:57 2005
@@ -1 +1 @@
-target/maven-core-it0034-1.0-SNAPSHOT/WEB-INF/lib/junit-3.8.1.jar
+${artifact:org.apache.maven:maven-core-it-support:1.1:jar}

Modified: maven/components/trunk/maven-core-it/it0034/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0034/pom.xml?rev=220219&r1=220218&r2=220219&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0034/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0034/pom.xml Thu Jul 21 17:21:57 2005
@@ -1,16 +1,20 @@
-<project>
+<model>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-core-it0034</artifactId>
-  <packaging>war</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>Maven Quick Start Archetype</name>
-  <url>http://maven.apache.org</url>
+  <version>1.0</version>
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>[3.7,)</version>
+      <version>3.8.1</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-core-it-support</artifactId>
+      <version>[1.0,)</version>
     </dependency>
   </dependencies>
-</project>
+</model>

Added: maven/components/trunk/maven-core-it/it0034/prebuild-hook.txt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0034/prebuild-hook.txt?rev=220219&view=auto
==============================================================================
--- maven/components/trunk/maven-core-it/it0034/prebuild-hook.txt (added)
+++ maven/components/trunk/maven-core-it/it0034/prebuild-hook.txt Thu Jul 21 17:21:57 2005
@@ -0,0 +1 @@
+rm ${artifact:org.apache.maven:maven-core-it-support:1.1:jar}

Propchange: maven/components/trunk/maven-core-it/it0034/prebuild-hook.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/trunk/maven-core-it/it0034/prebuild-hook.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org