From 7662b3c13d431dc2e59c784210277c16af0d9f7d Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 15 Apr 2020 09:00:59 +0200 Subject: Remove JaCoCo plugin Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: I2d09f4b1555fcc4226e6453f403916ea931266ad --- pnfsimulator/pom.xml | 25 ------------------------- 1 file changed, 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 @@ - - org.jacoco - jacoco-maven-plugin - 0.8.1 - - - org/onap/pnfsimulator/Main.class - - - - - default-prepare-agent - - prepare-agent - - - - report - prepare-package - - report - - - - -- cgit 1.2.3-korg lin Introduces the ONAP Platform OOM (ONAP Operations Manager) to efficiently Deploy, Manage, Operate the ONAP platform and its components (e.g. MSO, DCAE, SDC, etc.) and infrastructure (VMs, Containers).Grokmirror user
summaryrefslogtreecommitdiffstats
blob: a8225040ac86a780893be019b49d025e104419cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86