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-surefire-plugin/pom.xml | |
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-surefire-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-surefire-plugin/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/sonar-surefire-plugin/pom.xml b/plugins/sonar-surefire-plugin/pom.xml index 9acbceb3a1a..1973c410bdb 100644 --- a/plugins/sonar-surefire-plugin/pom.xml +++ b/plugins/sonar-surefire-plugin/pom.xml @@ -47,7 +47,6 @@ <plugin> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-packaging-maven-plugin</artifactId> - <extensions>true</extensions> <configuration> <pluginKey>surefire</pluginKey> <pluginName>Surefire</pluginName> |