Update poms with sonar IT report information 20/24220/1
authorRyan Moats <rmoats@us.ibm.com>
Fri, 17 Jul 2015 00:55:31 +0000 (19:55 -0500)
committerRyan Moats <rmoats@us.ibm.com>
Fri, 17 Jul 2015 01:00:51 +0000 (20:00 -0500)
Transcriber and model poms do not inherit from odl-parent,
so they need sonar.jacoco.itReportPath explicitly set

Change-Id: I5268d87f1276035e076c77e92df74987810d198c
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
model/pom.xml
transcriber/pom.xml

index da242ee8da4700ea9446e4de2223a3a331be2727..b9d6c166252c05177c416a667ce5a9efda6fc8d8 100644 (file)
@@ -22,6 +22,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
+  <properties>
+    <sonar.jacoco.itReportPath>../target/jacoco-it.exec</sonar.jacoco.itReportPath>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
index c4216b52187bf43d20728b5ecb94a6ce6181f795..174b0654ce906705305bc366e77389e9606e18e2 100644 (file)
@@ -13,6 +13,7 @@
   <packaging>bundle</packaging>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
+    <sonar.jacoco.itReportPath>../target/jacoco-it.exec</sonar.jacoco.itReportPath>
   </properties>
   <dependencies>
     <dependency>