File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 112
112
<version >${junitVer} </version >
113
113
<scope >test</scope >
114
114
</dependency >
115
- <dependency >
116
- <groupId >org.junit.platform</groupId >
117
- <artifactId >junit-platform-runner</artifactId >
118
- <version >${junitPlatformVer} </version >
119
- <scope >test</scope >
120
- </dependency >
121
115
</dependencies >
122
116
123
117
<build >
137
131
<configuration >
138
132
<skipTests >${skipTests} </skipTests >
139
133
<skipITs >${skipITs} </skipITs >
140
- <!-- <threadCount>2</threadCount>
141
- <forkCount>2C</forkCount>-->
142
134
</configuration >
143
135
</plugin >
144
136
145
137
<plugin >
146
138
<groupId >org.apache.maven.plugins</groupId >
147
139
<artifactId >maven-surefire-plugin</artifactId >
148
140
<version >3.5.3</version >
149
- <!-- <dependencies>
150
- <dependency>
151
- <groupId>org.apache.maven.surefire</groupId>
152
- <artifactId>surefire-junit-platform</artifactId>
153
- <version>3.2.5</version>
154
- </dependency>
155
- </dependencies>-->
156
141
<configuration >
157
- <!-- <includes>
158
- <include>**/*IT.java</include>
159
- </includes>-->
160
- <!-- <argLine>-Xmx256m ${surefireArgLine}</argLine>-->
161
142
<skipTests >${skipUTs} </skipTests >
162
143
<forkCount >2C</forkCount >
163
- <!-- <threadCount>2</threadCount>
164
- <forkCount>2C</forkCount>-->
165
- <!-- <parallel>methods</parallel>
166
- <threadCount>10</threadCount>
167
- <forkCount>2C</forkCount>-->
168
144
</configuration >
169
145
</plugin >
170
146
You can’t perform that action at this time.
0 commit comments