diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-12 11:56:45 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-12 14:29:20 +0200 |
commit | ebf6040b060322040a35ab17cfddeed6e3c713c1 (patch) | |
tree | 38fa753cf51d44f4ce5d84bfda0fd3a512b4d042 /sonar-maven3-plugin/pom.xml | |
parent | e17cf1c2dc52256336c388c5dc4bde3087c13c1c (diff) | |
download | sonarqube-ebf6040b060322040a35ab17cfddeed6e3c713c1.tar.gz sonarqube-ebf6040b060322040a35ab17cfddeed6e3c713c1.zip |
SONAR-6642 drop internal maven plugins
Diffstat (limited to 'sonar-maven3-plugin/pom.xml')
-rw-r--r-- | sonar-maven3-plugin/pom.xml | 19 |
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 fe3fca77dff..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.2-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> |