aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-06-03 10:52:59 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-06-06 09:41:01 +0200
commitcbdf99648700c99cac813c7125d8eac27e730745 (patch)
tree15aef641282ce6f8cdf8f6bb5bbb2bf49c30dd0c /sonar-core
parent056b5b562e0c97e5e8c8fe598883c94b07a2bb27 (diff)
downloadsonarqube-cbdf99648700c99cac813c7125d8eac27e730745.tar.gz
sonarqube-cbdf99648700c99cac813c7125d8eac27e730745.zip
Remove FP of duplicate-finder-maven-plugin in sonar-core
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index fe43ba2b7ce..e447767a2e6 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -100,6 +100,22 @@
</dependencies>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.basepom.maven</groupId>
+ <artifactId>duplicate-finder-maven-plugin</artifactId>
+ <configuration>
+ <ignoredDependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sonar-plugin-api-deps</artifactId>
+ </dependency>
+ </ignoredDependencies>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>