diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-04-13 19:10:24 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-04-13 19:10:24 +0400 |
commit | 8b5731af59ca25207b5da796ff74f92c868a4ac7 (patch) | |
tree | 3cc1e424652ecfff9d7b6751cabc30f6e06bf0f7 /pom.xml | |
parent | 9d96cd7f9ec8ebd036eaba3e21ed08236ca8424d (diff) | |
download | sonarqube-8b5731af59ca25207b5da796ff74f92c868a4ac7.tar.gz sonarqube-8b5731af59ca25207b5da796ff74f92c868a4ac7.zip |
Remove maven-clover2-plugin from pluginManagement because we don't use it any more
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -135,11 +135,6 @@ <version>2.4.1</version> </plugin> <plugin> - <groupId>com.atlassian.maven.plugins</groupId> - <artifactId>maven-clover2-plugin</artifactId> - <version>2.6.1</version> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> |