aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/pom.xml')
-rw-r--r--framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/pom.xml b/framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/pom.xml
deleted file mode 100644
index a22df68e..00000000
--- a/framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>maven</groupId>
- <artifactId>p0</artifactId>
- <packaging>pom</packaging>
- <version>1.0</version>
-
- <scm>
- <connection>scm:svn:http://host/p0</connection>
- <developerConnection>scm:svn:https://host/p0</developerConnection>
- <url>http://host/viewer?path=/p0</url>
- </scm>
-
- <modules>
- <module>modules/p1</module>
- </modules>
-
-</project>