File tree 9 files changed +12
-36
lines changed
blueprint/itests/blueprint-itests
subsystem/subsystem-itests
9 files changed +12
-36
lines changed Original file line number Diff line number Diff line change 56
56
<commons-jexl .version>2.1.1</commons-jexl .version>
57
57
<depends-maven-plugin .version>1.5.0</depends-maven-plugin .version>
58
58
<exam .version>4.10.0</exam .version>
59
+ <maven-surefire-plugin .version>3.5.2</maven-surefire-plugin .version>
59
60
<org .apache.aries.proxy.version>1.1.0</org .apache.aries.proxy.version>
60
61
<org .apache.aries.quiesce.api.version>1.0.0</org .apache.aries.quiesce.api.version>
61
62
<org .apache.aries.testsupport.unit.version>2.0.0-SNAPSHOT</org .apache.aries.testsupport.unit.version>
342
343
<plugin >
343
344
<groupId >org.apache.maven.plugins</groupId >
344
345
<artifactId >maven-surefire-plugin</artifactId >
346
+ <version >${maven-surefire-plugin.version} </version >
345
347
<configuration >
346
- <forkMode >pertest</forkMode >
348
+ <forkCount >1</forkCount >
349
+ <reuseForks >false</reuseForks >
347
350
</configuration >
348
351
</plugin >
349
352
<plugin >
Original file line number Diff line number Diff line change 551
551
<groupId >org.apache.maven.plugins</groupId >
552
552
<artifactId >maven-surefire-plugin</artifactId >
553
553
<configuration >
554
- <forkMode >pertest</forkMode >
555
-
556
554
<!-- Tests are not reliable -->
557
555
<skipTests >true</skipTests >
558
556
</configuration >
574
572
<groupId >org.apache.maven.plugins</groupId >
575
573
<artifactId >maven-surefire-plugin</artifactId >
576
574
<configuration >
577
- <forkMode >pertest</forkMode >
578
575
<!--
579
576
when the local repo location has been specified, we need to pass
580
577
on this information to PAX mvn url
Original file line number Diff line number Diff line change 253
253
</execution >
254
254
</executions >
255
255
</plugin >
256
-
257
- <plugin >
258
- <groupId >org.apache.maven.plugins</groupId >
259
- <artifactId >maven-surefire-plugin</artifactId >
260
- <configuration >
261
- <forkMode >pertest</forkMode >
262
- </configuration >
263
- </plugin >
264
256
</plugins >
265
257
</build >
266
258
Original file line number Diff line number Diff line change 45
45
<properties >
46
46
<asm-debug-all .version>5.0.3</asm-debug-all .version>
47
47
<cm .version>3.2.0-v20070116</cm .version>
48
+ <depends-maven-plugin .version>1.5.0</depends-maven-plugin .version>
48
49
<geronimo-servlet_2 .5_spec.version>1.2</geronimo-servlet_2 .5_spec.version>
49
50
<jndi-api .version>${jndi-api.dev-version} </jndi-api .version>
50
51
<jndi-bundle .version>${jndi-bundle.dev-version} </jndi-bundle .version>
279
280
<plugin >
280
281
<groupId >org.apache.maven.plugins</groupId >
281
282
<artifactId >maven-surefire-plugin</artifactId >
282
- <configuration >
283
- <forkMode >pertest</forkMode >
284
- </configuration >
285
283
</plugin >
286
284
<plugin >
287
285
<groupId >org.apache.servicemix.tooling</groupId >
288
286
<artifactId >depends-maven-plugin</artifactId >
289
- <version >1.5.0 </version >
287
+ <version >${depends-maven-plugin.version} </version >
290
288
<executions >
291
289
<execution >
292
290
<phase >generate-resources</phase >
Original file line number Diff line number Diff line change 404
404
<artifactId >maven-surefire-plugin</artifactId >
405
405
<configuration >
406
406
<redirectTestOutputToFile >true</redirectTestOutputToFile >
407
- <forkMode >once</forkMode >
408
407
<argLine >-enableassertions</argLine >
409
408
<failIfNoTests >false</failIfNoTests >
410
409
<workingDirectory >${project.build.directory} </workingDirectory >
Original file line number Diff line number Diff line change 189
189
<artifactId >maven-compiler-plugin</artifactId >
190
190
<version >${maven-compiler-plugin.version} </version >
191
191
</plugin >
192
- <plugin >
193
- <groupId >org.apache.maven.plugins</groupId >
194
- <artifactId >maven-surefire-plugin</artifactId >
195
- <configuration >
196
- <forkMode >pertest</forkMode >
197
- </configuration >
198
- </plugin >
199
192
<plugin >
200
193
<groupId >org.apache.servicemix.tooling</groupId >
201
194
<artifactId >depends-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 143
143
<version >${maven-surefire-plugin.version} </version >
144
144
<configuration >
145
145
<redirectTestOutputToFile >true</redirectTestOutputToFile >
146
- <forkMode >once</forkMode >
147
146
<argLine >
148
147
-enableassertions
149
148
</argLine >
210
209
<version >${maven-surefire-plugin.version} </version >
211
210
<configuration >
212
211
<redirectTestOutputToFile >true</redirectTestOutputToFile >
213
- <forkMode >once</forkMode >
214
212
<argLine >
215
213
-enableassertions
216
214
--add-opens java.base/java.lang=ALL-UNNAMED
Original file line number Diff line number Diff line change 40
40
<properties >
41
41
<asm .version>5.0.3</asm .version>
42
42
<build-helper-maven-plugin .version>1.5</build-helper-maven-plugin .version>
43
+ <depends-maven-plugin .version>1.5.0</depends-maven-plugin .version>
43
44
<easymock .version>3.0</easymock .version>
44
45
<exam .version>4.13.5</exam .version>
45
46
<logback .version>1.5.16</logback .version>
46
47
<maven-jar-plugin .version>2.3</maven-jar-plugin .version>
48
+ <maven-surefire-plugin .version>3.5.2</maven-surefire-plugin .version>
47
49
<org .apache.aries.application.api.version>1.0.0</org .apache.aries.application.api.version>
48
50
<org .apache.aries.application.modeller.version>1.0.0</org .apache.aries.application.modeller.version>
49
51
<org .apache.aries.application.utils.version>1.0.0</org .apache.aries.application.utils.version>
866
868
<plugin >
867
869
<groupId >org.apache.servicemix.tooling</groupId >
868
870
<artifactId >depends-maven-plugin</artifactId >
869
- <version >1.5.0 </version >
871
+ <version >${depends-maven-plugin.version} </version >
870
872
<executions >
871
873
<execution >
872
874
<id >generate-depends-file</id >
880
882
<plugin >
881
883
<groupId >org.apache.maven.plugins</groupId >
882
884
<artifactId >maven-surefire-plugin</artifactId >
885
+ <version >${maven-surefire-plugin.version} </version >
883
886
<configuration >
884
- <forkMode >pertest</forkMode >
887
+ <forkCount >1</forkCount >
888
+ <reuseForks >false</reuseForks >
885
889
</configuration >
886
890
</plugin >
887
891
</plugins >
Original file line number Diff line number Diff line change 210
210
</execution >
211
211
</executions >
212
212
</plugin >
213
-
214
- <plugin >
215
- <groupId >org.apache.maven.plugins</groupId >
216
- <artifactId >maven-surefire-plugin</artifactId >
217
- <configuration >
218
- <forkMode >pertest</forkMode >
219
- </configuration >
220
- </plugin >
221
213
</plugins >
222
214
</build >
223
215
You can’t perform that action at this time.
0 commit comments