Remove sonar.jacoco.reportPath overrides
[yangtools.git] / common / mockito-configuration / pom.xml
index 76d11c7ec04b38f2ddcd580aac9c7845a819e3e7..13af1ed86aec9050ed485cc066a91e62b7cc93ed 100644 (file)
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
 
-    <properties>
-        <sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
-    </properties>
-
     <dependencies>
         <!-- all those dependencies will be in test scope as mockito-configuration should be referenced as test scope dependency -->
         <dependency>