diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-14 17:51:06 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-14 17:54:43 +0400 |
commit | 320a35b72bf63601722dfc71a3e7ecdca6bdee29 (patch) | |
tree | cd516f130448a69e617233cb176da73f59d61f3e /plugins/sonar-jacoco-plugin | |
parent | 5a652e1d837520650aba1e8e12939340591eb8fd (diff) | |
download | sonarqube-320a35b72bf63601722dfc71a3e7ecdca6bdee29.tar.gz sonarqube-320a35b72bf63601722dfc71a3e7ecdca6bdee29.zip |
Fix declaration of sonar-packaging-maven-plugin to allow proper inheritance
Diffstat (limited to 'plugins/sonar-jacoco-plugin')
-rw-r--r-- | plugins/sonar-jacoco-plugin/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/sonar-jacoco-plugin/pom.xml b/plugins/sonar-jacoco-plugin/pom.xml index ba44b839d41..73404e90118 100644 --- a/plugins/sonar-jacoco-plugin/pom.xml +++ b/plugins/sonar-jacoco-plugin/pom.xml @@ -87,12 +87,6 @@ <build> <plugins> - <!-- TODO Godin: investigate why doesn't work without declaration of this plugin here --> - <plugin> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-packaging-maven-plugin</artifactId> - <extensions>true</extensions> - </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> |