blob: 04e63279e58173ed7b03455d59c7615bec2943ed [file] [log] [blame]
<?xml version="1.0"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.mng3485</groupId>
<version>1.0-SNAPSHOT</version>
<artifactId>test-project</artifactId>
<name>test-project</name>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.its</groupId>
<artifactId>core-it-wagon</artifactId>
<version>2.1-SNAPSHOT</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<distributionManagement>
<repository>
<id>id</id>
<!-- Note this won't actually be used if it passes -->
<url>scpexe://foo.bar/path</url>
</repository>
</distributionManagement>
</project>