Commit 3f58253 1 parent d579bb6 commit 3f58253 Copy full SHA for 3f58253
File tree 12 files changed +0
-325
lines changed
application-resolve-transform-cm-itests
blueprint/itests/blueprint-itests
quiesce/quiesce-manager-itest
subsystem/subsystem-itests
transaction/transaction-itests
12 files changed +0
-325
lines changed Original file line number Diff line number Diff line change 312
312
</plugin >
313
313
</plugins >
314
314
</build >
315
-
316
- <profiles >
317
- <profile >
318
- <id >ci-build-profile</id >
319
- <activation >
320
- <property >
321
- <name >maven.repo.local</name >
322
- </property >
323
- </activation >
324
- <build >
325
- <plugins >
326
- <plugin >
327
- <groupId >org.apache.maven.plugins</groupId >
328
- <artifactId >maven-surefire-plugin</artifactId >
329
- <configuration >
330
- <!--
331
- when the local repo location has been specified, we need to pass
332
- on this information to PAX mvn url
333
- -->
334
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} </argLine >
335
- </configuration >
336
- </plugin >
337
- </plugins >
338
- </build >
339
- </profile >
340
- </profiles >
341
-
342
315
</project >
Original file line number Diff line number Diff line change 218
218
</plugin >
219
219
</plugins >
220
220
</build >
221
-
222
- <profiles >
223
- <profile >
224
- <id >ci-build-profile</id >
225
- <activation >
226
- <property >
227
- <name >maven.repo.local</name >
228
- </property >
229
- </activation >
230
- <build >
231
- <plugins >
232
- <plugin >
233
- <groupId >org.apache.maven.plugins</groupId >
234
- <artifactId >maven-surefire-plugin</artifactId >
235
- <configuration >
236
- <!--
237
- when the local repo location has been specified, we need to pass
238
- on this information to PAX mvn url
239
- -->
240
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} </argLine >
241
- </configuration >
242
- </plugin >
243
- </plugins >
244
- </build >
245
- </profile >
246
- </profiles >
247
-
248
221
</project >
Original file line number Diff line number Diff line change 379
379
</plugin >
380
380
</plugins >
381
381
</build >
382
-
383
- <profiles >
384
- <profile >
385
- <id >ci-build-profile</id >
386
- <activation >
387
- <property >
388
- <name >maven.repo.local</name >
389
- </property >
390
- </activation >
391
- <build >
392
- <plugins >
393
- <plugin >
394
- <groupId >org.apache.maven.plugins</groupId >
395
- <artifactId >maven-surefire-plugin</artifactId >
396
- <configuration >
397
- <!--
398
- when the local repo location has been specified, we need to pass
399
- on this information to PAX mvn url
400
- -->
401
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} </argLine >
402
- </configuration >
403
- </plugin >
404
- </plugins >
405
- </build >
406
- </profile >
407
- </profiles >
408
-
409
382
</project >
Original file line number Diff line number Diff line change 557
557
</plugin >
558
558
</plugins >
559
559
</build >
560
-
561
- <profiles >
562
- <profile >
563
- <id >ci-build-profile</id >
564
- <activation >
565
- <property >
566
- <name >maven.repo.local</name >
567
- </property >
568
- </activation >
569
- <build >
570
- <plugins >
571
- <plugin >
572
- <groupId >org.apache.maven.plugins</groupId >
573
- <artifactId >maven-surefire-plugin</artifactId >
574
- <configuration >
575
- <!--
576
- when the local repo location has been specified, we need to pass
577
- on this information to PAX mvn url
578
- -->
579
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} </argLine >
580
- </configuration >
581
- </plugin >
582
- </plugins >
583
- </build >
584
- </profile >
585
- </profiles >
586
-
587
560
</project >
Original file line number Diff line number Diff line change 586
586
</plugin >
587
587
</plugins >
588
588
</build >
589
-
590
- <profiles >
591
- <profile >
592
- <id >ci-build-profile</id >
593
- <activation >
594
- <property >
595
- <name >maven.repo.local</name >
596
- </property >
597
- </activation >
598
- <build >
599
- <plugins >
600
- <plugin >
601
- <groupId >org.apache.maven.plugins</groupId >
602
- <artifactId >maven-surefire-plugin</artifactId >
603
- <configuration >
604
- <!--
605
- when the local repo location has been specified, we need
606
- to pass on this information to PAX mvn url
607
- -->
608
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}
609
- </argLine >
610
- </configuration >
611
- </plugin >
612
- </plugins >
613
- </build >
614
- </profile >
615
- </profiles >
616
-
617
589
</project >
Original file line number Diff line number Diff line change 243
243
</plugin >
244
244
</plugins >
245
245
</build >
246
-
247
- <profiles >
248
- <profile >
249
- <id >ci-build-profile</id >
250
- <activation >
251
- <property >
252
- <name >maven.repo.local</name >
253
- </property >
254
- </activation >
255
- <build >
256
- <plugins >
257
- <plugin >
258
- <groupId >org.apache.maven.plugins</groupId >
259
- <artifactId >maven-surefire-plugin</artifactId >
260
- <configuration >
261
- <!--
262
- when the local repo location has been specified, we need to pass on
263
- this information to PAX mvn url
264
- -->
265
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} </argLine >
266
- </configuration >
267
- </plugin >
268
- </plugins >
269
- </build >
270
- </profile >
271
- </profiles >
272
-
273
246
</project >
Original file line number Diff line number Diff line change 329
329
</plugin >
330
330
</plugins >
331
331
</build >
332
-
333
- <profiles >
334
- <profile >
335
- <id >ci-build-profile</id >
336
- <activation >
337
- <property >
338
- <name >maven.repo.local</name >
339
- </property >
340
- </activation >
341
- <build >
342
- <plugins >
343
- <plugin >
344
- <groupId >org.apache.maven.plugins</groupId >
345
- <artifactId >maven-surefire-plugin</artifactId >
346
- <configuration >
347
- <!--
348
- when the local repo location has been specified, we need to pass
349
- on this information to PAX mvn url
350
- -->
351
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} </argLine >
352
- </configuration >
353
- </plugin >
354
- </plugins >
355
- </build >
356
- </profile >
357
- </profiles >
358
-
359
332
</project >
360
333
Original file line number Diff line number Diff line change 197
197
</plugin >
198
198
</plugins >
199
199
</build >
200
-
201
- <profiles >
202
- <profile >
203
- <id >ci-build-profile</id >
204
- <activation >
205
- <property >
206
- <name >maven.repo.local</name >
207
- </property >
208
- </activation >
209
- <build >
210
- <plugins >
211
- <plugin >
212
- <groupId >org.apache.maven.plugins</groupId >
213
- <artifactId >maven-surefire-plugin</artifactId >
214
- <configuration >
215
- <!--
216
- when the local repo location has been specified, we need to pass
217
- on this information to PAX mvn url
218
- -->
219
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} </argLine >
220
- </configuration >
221
- </plugin >
222
- </plugins >
223
- </build >
224
- </profile >
225
- </profiles >
226
-
227
200
</project >
Original file line number Diff line number Diff line change 149
149
</plugin >
150
150
</plugins >
151
151
</build >
152
-
153
- <profiles >
154
- <profile >
155
- <id >ci-build-profile</id >
156
- <activation >
157
- <property >
158
- <name >maven.repo.local</name >
159
- </property >
160
- </activation >
161
- <build >
162
- <plugins >
163
- <plugin >
164
- <groupId >org.apache.maven.plugins</groupId >
165
- <artifactId >maven-surefire-plugin</artifactId >
166
- <configuration >
167
- <!--
168
- when the local repo location has been specified, we need
169
- to pass on this information to PAX mvn url
170
- -->
171
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}
172
- </argLine >
173
- </configuration >
174
- </plugin >
175
- </plugins >
176
- </build >
177
- </profile >
178
- </profiles >
179
-
180
152
</project >
Original file line number Diff line number Diff line change 935
935
</plugin >
936
936
</plugins >
937
937
</build >
938
-
939
- <profiles >
940
- <profile >
941
- <id >ci-build-profile</id >
942
- <activation >
943
- <property >
944
- <name >maven.repo.local</name >
945
- </property >
946
- </activation >
947
- <build >
948
- <plugins >
949
- <plugin >
950
- <groupId >org.apache.maven.plugins</groupId >
951
- <artifactId >maven-surefire-plugin</artifactId >
952
- <configuration >
953
- <!-- when the local repo location has been specified,
954
- we need to pass on this information to PAX mvn url -->
955
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} </argLine >
956
- </configuration >
957
- </plugin >
958
- </plugins >
959
- </build >
960
- </profile >
961
- </profiles >
962
-
963
938
</project >
Original file line number Diff line number Diff line change 293
293
</plugin >
294
294
</plugins >
295
295
</build >
296
-
297
- <profiles >
298
- <profile >
299
- <id >ci-build-profile</id >
300
- <activation >
301
- <property >
302
- <name >maven.repo.local</name >
303
- </property >
304
- </activation >
305
- <build >
306
- <plugins >
307
- <plugin >
308
- <groupId >org.apache.maven.plugins</groupId >
309
- <artifactId >maven-surefire-plugin</artifactId >
310
- <configuration >
311
- <!--
312
- when the local repo location has been specified, we need to pass
313
- on this information to PAX mvn url
314
- -->
315
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} </argLine >
316
- </configuration >
317
- </plugin >
318
- </plugins >
319
- </build >
320
- </profile >
321
- </profiles >
322
-
323
296
</project >
Original file line number Diff line number Diff line change 192
192
</plugin >
193
193
</plugins >
194
194
</build >
195
-
196
- <profiles >
197
- <profile >
198
- <id >ci-build-profile</id >
199
- <activation >
200
- <property >
201
- <name >maven.repo.local</name >
202
- </property >
203
- </activation >
204
- <build >
205
- <plugins >
206
- <plugin >
207
- <groupId >org.apache.maven.plugins</groupId >
208
- <artifactId >maven-surefire-plugin</artifactId >
209
- <configuration >
210
- <!--
211
- when the local repo location has been specified, we need
212
- to pass on this information to PAX mvn url
213
- -->
214
- <argLine >-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}
215
- </argLine >
216
- </configuration >
217
- </plugin >
218
- </plugins >
219
- </build >
220
- </profile >
221
- </profiles >
222
-
223
195
</project >
You can’t perform that action at this time.
0 commit comments