Skip to content

Commit

Permalink
chore: use systemPropertyVariables instead of systemProperties for ma…
Browse files Browse the repository at this point in the history
…ven surefire/failsafe plugin config
  • Loading branch information
lburgazzoli committed Jul 6, 2023
1 parent b922dcb commit 9eb1b7a
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions integration-tests/groovy-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@
</execution>
</executions>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -231,9 +231,9 @@
</goals>
<phase>integration-test</phase>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/main-command-mode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
</goals>
<phase>integration-test</phase>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner.jar}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -124,9 +124,9 @@
<goal>verify</goal>
</goals>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${project.build.directory}/${project.artifactId}-${project.version}-runner</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/main-unknown-args-fail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
</goals>
<phase>integration-test</phase>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner.jar}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -124,9 +124,9 @@
<goal>verify</goal>
</goals>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${project.build.directory}/${project.artifactId}-${project.version}-runner</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/main-unknown-args-ignore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
</goals>
<phase>integration-test</phase>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner.jar}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -124,9 +124,9 @@
<goal>verify</goal>
</goals>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${project.build.directory}/${project.artifactId}-${project.version}-runner</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
</goals>
<phase>integration-test</phase>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.test.profile>staging</quarkus.test.profile>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/master-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
</goals>
<phase>integration-test</phase>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -142,9 +142,9 @@
</execution>
</executions>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/master-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
</goals>
<phase>integration-test</phase>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
<environmentVariables>
<!-- Fake KubernetesClusterService so it assumes being run from a pod named leader -->
<HOSTNAME>leader</HOSTNAME>
Expand Down Expand Up @@ -174,9 +174,9 @@
</execution>
</executions>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
<environmentVariables>
Fake KubernetesClusterService so it assumes being run from a pod named leader &gt;
<HOSTNAME>leader</HOSTNAME>
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
</goals>
<phase>integration-test</phase>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -143,9 +143,9 @@
</execution>
</executions>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/quartz-clustered/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
</goals>
<phase>integration-test</phase>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -141,9 +141,9 @@
</execution>
</executions>
<configuration>
<systemProperties>
<systemPropertyVariables>
<quarkus.runner>${quarkus.runner}</quarkus.runner>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -800,9 +800,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<systemPropertyVariables>
<java.security.egd>file:/dev/./urandom</java.security.egd>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 9eb1b7a

Please sign in to comment.