This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch drop-unused-ci-build-profile in repository https://gitbox.apache.org/repos/asf/aries.git
commit f507b046e998bd3d081223fe56b918af142364b8 Author: Dominik Przybysz <[email protected]> AuthorDate: Tue Feb 18 19:13:02 2025 +0100 [MAINTENANCE] Drop unused ci-build-profile --- application/application-itests/pom.xml | 27 --------------------- .../pom.xml | 27 --------------------- blueprint/itests/blueprint-itests/pom.xml | 27 --------------------- ejb/ejb-modeller-itest/pom.xml | 27 --------------------- ejb/openejb-extender-itest/pom.xml | 28 ---------------------- jmx/jmx-itests/pom.xml | 27 --------------------- jndi/jndi-url-itest/pom.xml | 27 --------------------- proxy/proxy-itests/pom.xml | 27 --------------------- quiesce/quiesce-manager-itest/pom.xml | 28 ---------------------- subsystem/subsystem-itests/pom.xml | 25 ------------------- transaction/transaction-itests/pom.xml | 27 --------------------- web/web-itests/pom.xml | 28 ---------------------- 12 files changed, 325 deletions(-) diff --git a/application/application-itests/pom.xml b/application/application-itests/pom.xml index 630afbc1f..8969a75a3 100644 --- a/application/application-itests/pom.xml +++ b/application/application-itests/pom.xml @@ -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> diff --git a/application/application-resolve-transform-cm-itests/pom.xml b/application/application-resolve-transform-cm-itests/pom.xml index a397abf7d..b6956c350 100644 --- a/application/application-resolve-transform-cm-itests/pom.xml +++ b/application/application-resolve-transform-cm-itests/pom.xml @@ -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> diff --git a/blueprint/itests/blueprint-itests/pom.xml b/blueprint/itests/blueprint-itests/pom.xml index 3c5aa29b8..879221fd7 100644 --- a/blueprint/itests/blueprint-itests/pom.xml +++ b/blueprint/itests/blueprint-itests/pom.xml @@ -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> diff --git a/ejb/ejb-modeller-itest/pom.xml b/ejb/ejb-modeller-itest/pom.xml index e25b5c550..b18570edb 100644 --- a/ejb/ejb-modeller-itest/pom.xml +++ b/ejb/ejb-modeller-itest/pom.xml @@ -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> diff --git a/ejb/openejb-extender-itest/pom.xml b/ejb/openejb-extender-itest/pom.xml index 8a6ee133f..8c671f7d6 100644 --- a/ejb/openejb-extender-itest/pom.xml +++ b/ejb/openejb-extender-itest/pom.xml @@ -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> diff --git a/jmx/jmx-itests/pom.xml b/jmx/jmx-itests/pom.xml index 9271b57e7..363afd773 100644 --- a/jmx/jmx-itests/pom.xml +++ b/jmx/jmx-itests/pom.xml @@ -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> diff --git a/jndi/jndi-url-itest/pom.xml b/jndi/jndi-url-itest/pom.xml index f97dd7d1b..42dc1b022 100644 --- a/jndi/jndi-url-itest/pom.xml +++ b/jndi/jndi-url-itest/pom.xml @@ -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> diff --git a/proxy/proxy-itests/pom.xml b/proxy/proxy-itests/pom.xml index 0e6694c6a..6b364df74 100644 --- a/proxy/proxy-itests/pom.xml +++ b/proxy/proxy-itests/pom.xml @@ -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> diff --git a/quiesce/quiesce-manager-itest/pom.xml b/quiesce/quiesce-manager-itest/pom.xml index 7b998cc7a..b9ecf61c0 100644 --- a/quiesce/quiesce-manager-itest/pom.xml +++ b/quiesce/quiesce-manager-itest/pom.xml @@ -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> diff --git a/subsystem/subsystem-itests/pom.xml b/subsystem/subsystem-itests/pom.xml index 90c4ecd16..42936e0bc 100644 --- a/subsystem/subsystem-itests/pom.xml +++ b/subsystem/subsystem-itests/pom.xml @@ -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> diff --git a/transaction/transaction-itests/pom.xml b/transaction/transaction-itests/pom.xml index a3dff81e2..2a23b60e6 100644 --- a/transaction/transaction-itests/pom.xml +++ b/transaction/transaction-itests/pom.xml @@ -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> diff --git a/web/web-itests/pom.xml b/web/web-itests/pom.xml index f764b7273..be4c59f84 100644 --- a/web/web-itests/pom.xml +++ b/web/web-itests/pom.xml @@ -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>
