aboutsummaryrefslogtreecommitdiffstats
path: root/pnfsimulator
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-15 09:00:59 +0200
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-15 09:01:02 +0200
commit7662b3c13d431dc2e59c784210277c16af0d9f7d (patch)
tree6220c8821483eb5e5c24871218e7fcab42652b30 /pnfsimulator
parent1dd7aeb09c3383fa9c71ceea6dd553e0408d1dda (diff)
Remove JaCoCo plugin
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I2d09f4b1555fcc4226e6453f403916ea931266ad
Diffstat (limited to 'pnfsimulator')
-rw-r--r--pnfsimulator/pom.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml
index 752914f..88ae82b 100644
--- a/pnfsimulator/pom.xml
+++ b/pnfsimulator/pom.xml
@@ -317,31 +317,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.1</version>
- <configuration>
- <excludes>
- <exclude>org/onap/pnfsimulator/Main.class</exclude>
- </excludes>
- </configuration>
- <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>
- </executions>
- </plugin>
</plugins>
</build>
<profiles>