mirror of
https://github.com/apache/maven.git
synced 2025-02-08 02:59:22 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@544268 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f32e61403f
commit
0e5d83bbd8
@ -0,0 +1,52 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<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>
|
||||||
|
<groupId>org.codehaus.jira.mng.2289</groupId>
|
||||||
|
<artifactId>parent</artifactId>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<name>Parent POM for issue 2289</name>
|
||||||
|
<version>SNAPSHOT</version>
|
||||||
|
<inceptionYear>2006</inceptionYear>
|
||||||
|
|
||||||
|
<build/>
|
||||||
|
<profiles/>
|
||||||
|
<reporting/>
|
||||||
|
<dependencyManagement>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>junit</groupId>
|
||||||
|
<artifactId>junit</artifactId>
|
||||||
|
<version>3.7</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</dependencyManagement>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<updatePolicy>always</updatePolicy>
|
||||||
|
</snapshots>
|
||||||
|
<id>local-snapshot-repo</id>
|
||||||
|
<name>Local snapshot repository</name>
|
||||||
|
<url>file:///tmp/repo-m2-snapshot</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<!-- Define the locations for artifact distribution -->
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>demo-snapshot</id>
|
||||||
|
<name>Demo Maven 2 snapshot repository</name>
|
||||||
|
<url>file:///tmp/repo-m2-snapshot</url>
|
||||||
|
<uniqueVersion>false</uniqueVersion>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
</project>
|
@ -36,7 +36,7 @@
|
|||||||
</snapshots>
|
</snapshots>
|
||||||
<id>local-snapshot-repo</id>
|
<id>local-snapshot-repo</id>
|
||||||
<name>Local snapshot repository</name>
|
<name>Local snapshot repository</name>
|
||||||
<url>file:///temp/repo-m2-snapshot</url>
|
<url>file:///tmp/repo-m2-snapshot</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>demo-snapshot</id>
|
<id>demo-snapshot</id>
|
||||||
<name>Demo Maven 2 snapshot repository</name>
|
<name>Demo Maven 2 snapshot repository</name>
|
||||||
<url>file:///temp/repo-m2-snapshot</url>
|
<url>file:///tmp/repo-m2-snapshot</url>
|
||||||
<uniqueVersion>false</uniqueVersion>
|
<uniqueVersion>false</uniqueVersion>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
Loading…
x
Reference in New Issue
Block a user