mirror of
https://github.com/apache/maven.git
synced 2025-03-08 01:30:33 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@642212 13f79535-47bb-0310-9956-ffa450edef68
39 lines
1.0 KiB
XML
39 lines
1.0 KiB
XML
<?xml version="1.0"?><project>
|
|
<parent>
|
|
<artifactId>core-integration-testing</artifactId>
|
|
<groupId>org.apache.maven.its</groupId>
|
|
<version>2.1-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>core-integration-testing-wagon</artifactId>
|
|
<name>core-integration-testing-wagon</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>3.8.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
<version>1.0-beta-2</version>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-maven-plugin</artifactId>
|
|
<version>1.3.5</version>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>descriptor</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|