Skip to content

Commit 3f58253

Browse files
committed
[MAINTENANCE] Drop unused ci-build-profile
1 parent d579bb6 commit 3f58253

File tree

12 files changed

+0
-325
lines changed

12 files changed

+0
-325
lines changed

application/application-itests/pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -312,31 +312,4 @@
312312
</plugin>
313313
</plugins>
314314
</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-
342315
</project>

application/application-resolve-transform-cm-itests/pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -218,31 +218,4 @@
218218
</plugin>
219219
</plugins>
220220
</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-
248221
</project>

blueprint/itests/blueprint-itests/pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -379,31 +379,4 @@
379379
</plugin>
380380
</plugins>
381381
</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-
409382
</project>

ejb/ejb-modeller-itest/pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -557,31 +557,4 @@
557557
</plugin>
558558
</plugins>
559559
</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-
587560
</project>

ejb/openejb-extender-itest/pom.xml

-28
Original file line numberDiff line numberDiff line change
@@ -586,32 +586,4 @@
586586
</plugin>
587587
</plugins>
588588
</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-
617589
</project>

jmx/jmx-itests/pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -243,31 +243,4 @@
243243
</plugin>
244244
</plugins>
245245
</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-
273246
</project>

jndi/jndi-url-itest/pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -329,32 +329,5 @@
329329
</plugin>
330330
</plugins>
331331
</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-
359332
</project>
360333

proxy/proxy-itests/pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -197,31 +197,4 @@
197197
</plugin>
198198
</plugins>
199199
</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-
227200
</project>

quiesce/quiesce-manager-itest/pom.xml

-28
Original file line numberDiff line numberDiff line change
@@ -149,32 +149,4 @@
149149
</plugin>
150150
</plugins>
151151
</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-
180152
</project>

subsystem/subsystem-itests/pom.xml

-25
Original file line numberDiff line numberDiff line change
@@ -935,29 +935,4 @@
935935
</plugin>
936936
</plugins>
937937
</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-
963938
</project>

transaction/transaction-itests/pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -293,31 +293,4 @@
293293
</plugin>
294294
</plugins>
295295
</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-
323296
</project>

web/web-itests/pom.xml

-28
Original file line numberDiff line numberDiff line change
@@ -192,32 +192,4 @@
192192
</plugin>
193193
</plugins>
194194
</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-
223195
</project>

0 commit comments

Comments
 (0)