Commit e361519 1 parent b8d9d6d commit e361519 Copy full SHA for e361519
File tree 7 files changed +4
-46
lines changed
blueprint/itests/blueprint-itests
subsystem/subsystem-itests
7 files changed +4
-46
lines changed Original file line number Diff line number Diff line change 339
339
340
340
<build >
341
341
<plugins >
342
- <plugin >
343
- <groupId >org.apache.maven.plugins</groupId >
344
- <artifactId >maven-surefire-plugin</artifactId >
345
- <configuration >
346
- <forkMode >pertest</forkMode >
347
- </configuration >
348
- </plugin >
349
342
<plugin >
350
343
<groupId >org.apache.servicemix.tooling</groupId >
351
344
<artifactId >depends-maven-plugin</artifactId >
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 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 66
66
<slf4j-api .version>1.7.7</slf4j-api .version>
67
67
<tinybundles .version>2.0.0</tinybundles .version>
68
68
<url .version>2.5.3</url .version>
69
+ <depends-maven-plugin .version>1.5.0</depends-maven-plugin .version>
69
70
</properties >
70
71
71
72
<dependencies >
866
867
<plugin >
867
868
<groupId >org.apache.servicemix.tooling</groupId >
868
869
<artifactId >depends-maven-plugin</artifactId >
869
- <version >1.5.0 </version >
870
+ <version >${depends-maven-plugin.version} </version >
870
871
<executions >
871
872
<execution >
872
873
<id >generate-depends-file</id >
876
877
</execution >
877
878
</executions >
878
879
</plugin >
879
-
880
- <plugin >
881
- <groupId >org.apache.maven.plugins</groupId >
882
- <artifactId >maven-surefire-plugin</artifactId >
883
- <configuration >
884
- <forkMode >pertest</forkMode >
885
- </configuration >
886
- </plugin >
887
880
</plugins >
888
881
</build >
889
882
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