File tree 6 files changed +22
-66
lines changed 6 files changed +22
-66
lines changed Original file line number Diff line number Diff line change 83
83
<plugin >
84
84
<groupId >org.jacoco</groupId >
85
85
<artifactId >jacoco-maven-plugin</artifactId >
86
- <version >0.8.8</version >
87
- <executions >
88
- <execution >
89
- <id >jacoco-initialize</id >
90
- <goals >
91
- <goal >prepare-agent</goal >
92
- </goals >
93
- </execution >
94
- <execution >
95
- <id >jacoco-report</id >
96
- <phase >test</phase >
97
- <goals >
98
- <goal >report</goal >
99
- </goals >
100
- </execution >
101
- </executions >
102
86
</plugin >
103
87
<plugin >
104
88
<groupId >org.apache.felix</groupId >
128
112
<artifactId >maven-surefire-plugin</artifactId >
129
113
<configuration >
130
114
<argLine >
131
- @{argLine} -Xms512m -Xmx1500m --illegal-access=warn --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.time=ALL-UNNAMED
115
+ @{argLine} -Xms1024m -Xmx2048m --illegal-access=warn --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.time=ALL-UNNAMED
132
116
</argLine >
133
117
<parallel >methods</parallel >
134
118
<perCoreThreadCount >false</perCoreThreadCount >
Original file line number Diff line number Diff line change 34
34
<value >conf/log4j.properties</value >
35
35
</property >
36
36
</systemProperties >
37
- <argLine >-Xms512m -Xmx1500m </argLine >
37
+ <argLine >-Xms1024m -Xmx2000m </argLine >
38
38
<parallel >methods</parallel >
39
39
<useUnlimitedThreads >true</useUnlimitedThreads >
40
40
<forkCount >1</forkCount >
Original file line number Diff line number Diff line change @@ -554,6 +554,26 @@ limitations under the License.
554
554
</execution >
555
555
</executions >
556
556
</plugin >
557
+ <plugin >
558
+ <groupId >org.jacoco</groupId >
559
+ <artifactId >jacoco-maven-plugin</artifactId >
560
+ <version >0.8.8</version >
561
+ <executions >
562
+ <execution >
563
+ <id >jacoco-initialize</id >
564
+ <goals >
565
+ <goal >prepare-agent</goal >
566
+ </goals >
567
+ </execution >
568
+ <execution >
569
+ <id >jacoco-report</id >
570
+ <phase >test</phase >
571
+ <goals >
572
+ <goal >report</goal >
573
+ </goals >
574
+ </execution >
575
+ </executions >
576
+ </plugin >
557
577
</plugins >
558
578
</build >
559
579
</profile >
Original file line number Diff line number Diff line change 52
52
<plugin >
53
53
<groupId >org.jacoco</groupId >
54
54
<artifactId >jacoco-maven-plugin</artifactId >
55
- <version >0.8.8</version >
56
- <executions >
57
- <execution >
58
- <id >jacoco-initialize</id >
59
- <goals >
60
- <goal >prepare-agent</goal >
61
- </goals >
62
- </execution >
63
- <execution >
64
- <id >jacoco-report</id >
65
- <phase >test</phase >
66
- <goals >
67
- <goal >report</goal >
68
- </goals >
69
- </execution >
70
- </executions >
71
55
</plugin >
72
56
<plugin >
73
57
<groupId >org.apache.felix</groupId >
Original file line number Diff line number Diff line change 77
77
<plugin >
78
78
<groupId >org.jacoco</groupId >
79
79
<artifactId >jacoco-maven-plugin</artifactId >
80
- <version >0.8.8</version >
81
- <executions >
82
- <execution >
83
- <id >jacoco-initialize</id >
84
- <goals >
85
- <goal >prepare-agent</goal >
86
- </goals >
87
- </execution >
88
- <execution >
89
- <id >jacoco-report</id >
90
- <phase >test</phase >
91
- <goals >
92
- <goal >report</goal >
93
- </goals >
94
- </execution >
95
- </executions >
96
80
</plugin >
97
81
<plugin >
98
82
<groupId >org.apache.felix</groupId >
Original file line number Diff line number Diff line change 123
123
<plugin >
124
124
<groupId >org.jacoco</groupId >
125
125
<artifactId >jacoco-maven-plugin</artifactId >
126
- <version >0.8.8</version >
127
- <executions >
128
- <execution >
129
- <id >jacoco-initialize</id >
130
- <goals >
131
- <goal >prepare-agent</goal >
132
- </goals >
133
- </execution >
134
- <execution >
135
- <id >jacoco-report</id >
136
- <phase >test</phase >
137
- <goals >
138
- <goal >report</goal >
139
- </goals >
140
- </execution >
141
- </executions >
142
126
</plugin >
143
127
<plugin >
144
128
<groupId >org.apache.felix</groupId >
You can’t perform that action at this time.
0 commit comments