aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/plugin-order/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/plugin-order/pom.xml')
-rw-r--r--framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/plugin-order/pom.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/plugin-order/pom.xml b/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/plugin-order/pom.xml
deleted file mode 100644
index 408d17f0..00000000
--- a/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/plugin-order/pom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<project>
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.sonatype.nexus</groupId>
- <artifactId>nexus-parent</artifactId>
- <version>8-SNAPSHOT</version>
- <relativePath>nexus-parent.xml</relativePath>
- </parent>
-
- <groupId>org.sonatype.nexus</groupId>
- <artifactId>nexus-indexer</artifactId>
- <version>1.1.3-SNAPSHOT</version>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-metadata</artifactId>
- </plugin>
-
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
- </plugin>
- </plugins>
- </build>
-</project> \ No newline at end of file