]> source.dussan.org Git - sonarqube.git/commitdiff
Fix relative path in sonar maven batch plugin
authorJulien Lancelot <julien.lancelot@gmail.com>
Tue, 25 Jun 2013 11:30:49 +0000 (13:30 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Tue, 25 Jun 2013 11:31:01 +0000 (13:31 +0200)
plugins/sonar-maven-batch-plugin/pom.xml

index 58e073fe90157b3041a0ab6fcc2021cbeaed9ba6..878b6a53c812e9d08941b7befe6c535a47ef7770 100644 (file)
@@ -5,6 +5,7 @@
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
     <version>3.7-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
   
   <groupId>org.codehaus.sonar.plugins</groupId>