Remove jacoco overrides
[yangtools.git] / yang / yang-parser-rfc7950 / pom.xml
index 1689684f962a8ba7c9378c237ff401c8ab07abbd..1223fcf989f13fd136251920aae28cb3e6e23ba1 100644 (file)
                     </excludePackageNames>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.jacoco</groupId>
-                <artifactId>jacoco-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>pre-unit-test</id>
-                        <goals>
-                            <goal>prepare-agent</goal>
-                        </goals>
-                        <configuration>
-                            <destFile>${project.build.directory}/code-coverage/jacoco.exec</destFile>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>