Author: brianf
Date: Sun Jan 21 19:29:57 2007
New Revision: 498516

URL: http://svn.apache.org/viewvc?view=rev&rev=498516
Log:
mdep-50: IT test.

Added:
    maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/
    maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml   (with 
props)

Added: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml?view=auto&rev=498516
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml (added)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml Sun Jan 
21 19:29:57 2007
@@ -0,0 +1,48 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+       <modelVersion>4.0.0</modelVersion>
+       <name>Copy Dependencies IT</name>
+       <groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
+       <artifactId>mdep-50-it</artifactId>
+       <version>1</version>
+       <packaging>jar</packaging>
+       <dependencies>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>[3.7,4.0)</version>
+               </dependency>
+               <dependency>
+                       <groupId>ant</groupId>
+                       <artifactId>ant</artifactId>
+                       <version>1.6</version>
+               </dependency>
+       </dependencies>
+       <build>
+               <defaultGoal>generate-sources</defaultGoal>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-dependency-plugin</artifactId>
+                               <version>2.0-alpha-2-SNAPSHOT</version>
+                               <executions>
+                                       <execution>
+                                               <id>unpack</id>
+                                               <phase>compile</phase>
+                                               <goals>
+                                                       <goal>unpack</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <artifactItems>
+                                                               <artifactItem>
+                                                                       
<groupId>junit</groupId>
+                                                                       
<artifactId>junit</artifactId>
+                                                                       
<version>[3.7,4.0)</version>
+                                                               </artifactItem>
+                                                       </artifactItems>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml


Reply via email to