aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t04/p0/p1/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/t04/p0/p1/pom.xml')
-rw-r--r--framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml b/framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml
deleted file mode 100644
index c25fc3e7..00000000
--- a/framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<project>
- <parent>
- <artifactId>p0</artifactId>
- <groupId>maven-t04</groupId>
- <version>1.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>maven-t04</groupId>
- <artifactId>p1</artifactId>
- <packaging>pom</packaging>
- <name>p1</name>
- <version>1.0</version>
- <scm>
- <url>scm-url</url>
- </scm>
-
- <dependencies>
-
- <dependency>
- <groupId>maven-test</groupId>
- <artifactId>t04-a</artifactId>
- </dependency>
-
- <dependency>
- <groupId>maven-test</groupId>
- <artifactId>t04-c</artifactId>
- <version>1.0</version>
- </dependency>
-
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <configuration>
- <tasks><echo>${project.parent.basedir}</echo></tasks>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project> \ No newline at end of file