@@ -34,13 +34,13 @@ jobs:
3434 - run : java -version
3535 - name : Unit Tests
3636 run : |
37- mvn test --batch-mode --no-transfer-progress -PquickBuild \
37+ mvn test --batch-mode --no-transfer-progress -Pquick-build \
3838 -DenableTestCoverage
3939 working-directory : sdk-platform-java
4040 # The `envVarTest` profile runs tests that require an environment variable
4141 - name : Env Var Tests
4242 run : |
43- mvn test --batch-mode --no-transfer-progress -PquickBuild \
43+ mvn test --batch-mode --no-transfer-progress -Pquick-build \
4444 -DenableTestCoverage -PenvVarTest
4545 # Set the Env Var for this step only
4646 env :
5151 - run : bazelisk version
5252 - name : Install Maven modules
5353 run : |
54- mvn install -B -ntp -PquickBuild -DskipTests
54+ mvn install -B -ntp -Pquick-build -DskipTests
5555 working-directory : sdk-platform-java
5656 - name : Integration Tests
5757 run : |
@@ -90,13 +90,13 @@ jobs:
9090 - run : java -version
9191 - name : Unit Tests
9292 run : |
93- mvn test --batch-mode --no-transfer-progress -PquickBuild \
93+ mvn test --batch-mode --no-transfer-progress -Pquick-build \
9494 -DenableTestCoverage
9595 working-directory : sdk-platform-java
9696 # The `envVarTest` profile runs tests that require an environment variable
9797 - name : Env Var Tests
9898 run : |
99- mvn test --batch-mode --no-transfer-progress -PquickBuild \
99+ mvn test --batch-mode --no-transfer-progress -Pquick-build \
100100 -DenableTestCoverage -PenvVarTest
101101 # Set the Env Var for this step only
102102 env :
@@ -107,7 +107,7 @@ jobs:
107107 - run : bazelisk version
108108 - name : Install Maven modules
109109 run : |
110- mvn install -B -ntp -PquickBuild -DskipTests
110+ mvn install -B -ntp -Pquick-build -DskipTests
111111 working-directory : sdk-platform-java
112112 - name : Integration Tests
113113 run : |
@@ -128,13 +128,13 @@ jobs:
128128 - run : java -version
129129 - name : Unit Tests
130130 run : |
131- mvn test --batch-mode --no-transfer-progress -PquickBuild \
131+ mvn test --batch-mode --no-transfer-progress -Pquick-build \
132132 -DenableTestCoverage
133133 working-directory : sdk-platform-java
134134 # The `envVarTest` profile runs tests that require an environment variable
135135 - name : Env Var Tests
136136 run : |
137- mvn test --batch-mode --no-transfer-progress -PquickBuild \
137+ mvn test --batch-mode --no-transfer-progress -Pquick-build \
138138 -DenableTestCoverage -PenvVarTest
139139 # Set the Env Var for this step only
140140 env :
@@ -145,7 +145,7 @@ jobs:
145145 - run : bazelisk version
146146 - name : Install Maven modules
147147 run : |
148- mvn install -B -ntp -PquickBuild -DskipTests
148+ mvn install -B -ntp -Pquick-build -DskipTests
149149 working-directory : sdk-platform-java
150150 - name : Integration Tests
151151 # note need to set shouldInstallTestSecurityManager=false due to https://github.com/bazelbuild/bazel/issues/24354
@@ -177,7 +177,7 @@ jobs:
177177 export PATH=${JAVA_HOME}/bin:$PATH
178178 # Maven surefire plugin lets us to specify the JVM when running tests via
179179 # the "jvm" system property.
180- mvn verify --batch-mode --no-transfer-progress -PquickBuild \
180+ mvn verify --batch-mode --no-transfer-progress -Pquick-build \
181181 -Djvm="${JAVA8_HOME}/bin/java"
182182 working-directory : sdk-platform-java
183183 # The `envVarTest` profile runs tests that require an environment variable
@@ -190,7 +190,7 @@ jobs:
190190 # Maven surefire plugin lets us to specify the JVM when running tests via
191191 # the "jvm" system property.
192192 export GOOGLE_CLOUD_UNIVERSE_DOMAIN=random.com
193- mvn test --batch-mode --no-transfer-progress -PquickBuild \
193+ mvn test --batch-mode --no-transfer-progress -Pquick-build \
194194 -DenableTestCoverage -Dsurefire.failIfNoSpecifiedTests=false \
195195 -PenvVarTest
196196 # Set the Env Var for this step only
@@ -215,7 +215,7 @@ jobs:
215215 - name : Install all modules using Java 11
216216 shell : bash
217217 run : |
218- mvn -V -B -ntp clean install -PquickBuild -DskipTests
218+ mvn -V -B -ntp clean install -Pquick-build -DskipTests
219219 working-directory : sdk-platform-java
220220 - uses : actions/setup-java@v3
221221 with :
@@ -265,7 +265,7 @@ jobs:
265265 - name : Install all modules using Java 11
266266 shell : bash
267267 run : |
268- mvn install -B -ntp -PquickBuild -DskipTests
268+ mvn install -B -ntp -Pquick-build -DskipTests
269269 working-directory : sdk-platform-java
270270 - uses : actions/setup-java@v3
271271 with :
@@ -339,7 +339,7 @@ jobs:
339339 - run : mvn -version
340340 - name : Install Maven modules
341341 run : |
342- mvn install -B -ntp -PquickBuild -DskipTests
342+ mvn install -B -ntp -Pquick-build -DskipTests
343343 working-directory : sdk-platform-java
344344 - name : Showcase golden tests
345345 working-directory : sdk-platform-java/java-showcase
@@ -418,7 +418,7 @@ jobs:
418418 cache : maven
419419 - name : Install Maven modules
420420 run : |
421- mvn install -B -ntp -PquickBuild -DskipTests
421+ mvn install -B -ntp -Pquick-build -DskipTests
422422 working-directory : sdk-platform-java
423423 - name : Install showcase to local maven repository
424424 run : |
@@ -456,7 +456,7 @@ jobs:
456456 run : |
457457 mvn install \
458458 -B -ntp \
459- -PquickBuild \
459+ -Pquick-build \
460460 -Dorg.slf4j.simpleLogger.showDateTime=true \
461461 -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \
462462 -DskipTests \
@@ -487,7 +487,7 @@ jobs:
487487 working-directory : sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check
488488 - name : Install Maven modules
489489 run : |
490- mvn install -B -ntp -PquickBuild -DskipTests
490+ mvn install -B -ntp -Pquick-build -DskipTests
491491 working-directory : sdk-platform-java
492492 - name : Unmanaged dependency check
493493 uses : ./sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check
0 commit comments