Skip to content

Commit

Permalink
[MAINTENANCE] Drop unused ci-build-profile
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Feb 18, 2025
1 parent d579bb6 commit 3f58253
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 325 deletions.
27 changes: 0 additions & 27 deletions application/application-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,31 +312,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need to pass
on this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
27 changes: 0 additions & 27 deletions application/application-resolve-transform-cm-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,31 +218,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need to pass
on this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
27 changes: 0 additions & 27 deletions blueprint/itests/blueprint-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -379,31 +379,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need to pass
on this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
27 changes: 0 additions & 27 deletions ejb/ejb-modeller-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -557,31 +557,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need to pass
on this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
28 changes: 0 additions & 28 deletions ejb/openejb-extender-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -586,32 +586,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need
to pass on this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}
</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
27 changes: 0 additions & 27 deletions jmx/jmx-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,31 +243,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need to pass on
this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
27 changes: 0 additions & 27 deletions jndi/jndi-url-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,32 +329,5 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need to pass
on this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>

27 changes: 0 additions & 27 deletions proxy/proxy-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,31 +197,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need to pass
on this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
28 changes: 0 additions & 28 deletions quiesce/quiesce-manager-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,32 +149,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need
to pass on this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}
</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
25 changes: 0 additions & 25 deletions subsystem/subsystem-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -935,29 +935,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- when the local repo location has been specified,
we need to pass on this information to PAX mvn url -->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
27 changes: 0 additions & 27 deletions transaction/transaction-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,31 +293,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need to pass
on this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
28 changes: 0 additions & 28 deletions web/web-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,32 +192,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>ci-build-profile</id>
<activation>
<property>
<name>maven.repo.local</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
when the local repo location has been specified, we need
to pass on this information to PAX mvn url
-->
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}
</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>

0 comments on commit 3f58253

Please sign in to comment.