aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-maven3-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-maven3-plugin/pom.xml')
-rw-r--r--sonar-maven3-plugin/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/sonar-maven3-plugin/pom.xml b/sonar-maven3-plugin/pom.xml
deleted file mode 100644
index 5863d5bbe36..00000000000
--- a/sonar-maven3-plugin/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar</artifactId>
- <version>5.0-SNAPSHOT</version>
- </parent>
- <artifactId>sonar-maven3-plugin</artifactId>
- <packaging>pom</packaging>
- <name>SonarQube :: Maven3 Plugin</name>
- <!-- Since Sonar 3.7 there is no more difference between Maven 2 and Maven 3 so relocate to Maven 2 plugin to avoid duplication -->
- <distributionManagement>
- <relocation>
- <artifactId>sonar-maven-plugin</artifactId>
- </relocation>
- </distributionManagement>
-
-</project>