diff options
Diffstat (limited to 'openecomp-be')
-rw-r--r-- | openecomp-be/pom.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml index 8d7de5c15f..7474467b88 100644 --- a/openecomp-be/pom.xml +++ b/openecomp-be/pom.xml @@ -57,39 +57,6 @@ <artifactId>maven-jar-plugin</artifactId> <version>${mvn.jar.version}</version> </plugin> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <executions> - <execution> - <id>default-prepare-agent</id> - <goals> - <goal>prepare-agent</goal> - </goals> - </execution> - <execution> - <id>report</id> - <phase>prepare-package</phase> - <goals> - <goal>report</goal> - </goals> - </execution> - <execution> - <id>post-unit-test</id> - <phase>test</phase> - <goals> - <goal>report</goal> - </goals> - <configuration> - <!-- Sets the path to the file which contains the execution data. --> - <dataFile>target/jacoco.exec</dataFile> - <!-- Sets the output directory for the code coverage report. --> - <outputDirectory>target/jacoco-ut</outputDirectory> - </configuration> - </execution> - </executions> - </plugin> - </plugins> </build> |