Remove jacoco overrides
[yangtools.git] / yang / yang-parser-api / pom.xml
index ed94377f66c85f549ac2de30e04fe197adc7fb04..45a3953c6d0065fa90c35c7df338532bbeb37f3e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath/>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>YANG parser API</description>
 
+    <properties>
+        <sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
+    </properties>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
@@ -58,7 +62,7 @@
                 <configuration>
                     <failOnError>true</failOnError>
                 </configuration>
-           </plugin>
+            </plugin>
         </plugins>
     </build>
 </project>