diff options
author | Olivier Lamy <olamy@apache.org> | 2014-07-23 11:16:46 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-07-23 11:16:46 +1000 |
commit | 8960bb72524c5ebbdd95cddd84fe23e0ca6f5c41 (patch) | |
tree | 629b4b4ab06b8b9b134ef88668208d0d47ae771d | |
parent | e5b900232295f605e85b5cfdd41a5bf26d2d0f14 (diff) | |
download | archiva-8960bb72524c5ebbdd95cddd84fe23e0ca6f5c41.tar.gz archiva-8960bb72524c5ebbdd95cddd84fe23e0ca6f5c41.zip |
force sonar version
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1852,6 +1852,11 @@ </excludes> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>sonar-maven-plugin</artifactId> + <version>2.4</version> + </plugin> </plugins> </pluginManagement> </build> |