diff --git a/.github/workflows/blueprint.yml b/.github/workflows/blueprint.yml index 99b3cba180..33d4e08511 100644 --- a/.github/workflows/blueprint.yml +++ b/.github/workflows/blueprint.yml @@ -54,19 +54,19 @@ jobs: run: mvn -U -e -B -ntp clean install -f parent - name: Build testsupport shell: bash - run: mvn -U -e -B -ntp clean install -f testsupport + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport - name: Build proxy shell: bash - run: mvn -U -e -B -ntp clean install -f proxy + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f proxy - name: Build versioning shell: bash - run: mvn -U -e -B -ntp clean install -f versioning + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f versioning - name: Build util shell: bash - run: mvn -U -e -B -ntp clean install -f util + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f util - name: Build quiesce shell: bash - run: mvn -U -e -B -ntp clean install -f quiesce + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f quiesce - name: Build blueprint shell: bash run: mvn -U -e -B -ntp clean install -f blueprint diff --git a/.github/workflows/jmx.yml b/.github/workflows/jmx.yml index 7b72ffb973..1f10610148 100644 --- a/.github/workflows/jmx.yml +++ b/.github/workflows/jmx.yml @@ -49,7 +49,7 @@ jobs: run: mvn -U -e -B -ntp clean install -f parent - name: Build testsupport shell: bash - run: mvn -U -e -B -ntp clean install -f testsupport + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport - name: Build jmx shell: bash run: mvn -U -e -B -ntp clean install -f jmx diff --git a/.github/workflows/jndi.yml b/.github/workflows/jndi.yml index d79a11137c..d83fb3e767 100644 --- a/.github/workflows/jndi.yml +++ b/.github/workflows/jndi.yml @@ -49,10 +49,10 @@ jobs: run: mvn -U -e -B -ntp clean install -f parent - name: Build testsupport shell: bash - run: mvn -U -e -B -ntp clean install -f testsupport + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport - name: Build util shell: bash - run: mvn -U -e -B -ntp clean install -f util + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f util - name: Build jndi shell: bash run: mvn -U -e -B -ntp clean install -f jndi diff --git a/.github/workflows/proxy.yml b/.github/workflows/proxy.yml index 545316cb92..542fb5b305 100644 --- a/.github/workflows/proxy.yml +++ b/.github/workflows/proxy.yml @@ -49,7 +49,7 @@ jobs: run: mvn -U -e -B -ntp clean install -f parent - name: Build testsupport shell: bash - run: mvn -U -e -B -ntp clean install -f testsupport + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport - name: Build proxy shell: bash run: mvn -U -e -B -ntp clean install -f proxy diff --git a/.github/workflows/quiesce.yml b/.github/workflows/quiesce.yml index 94d13c3ec3..20b21923f6 100644 --- a/.github/workflows/quiesce.yml +++ b/.github/workflows/quiesce.yml @@ -51,13 +51,13 @@ jobs: run: mvn -U -e -B -ntp clean install -f parent - name: Build testsupport shell: bash - run: mvn -U -e -B -ntp clean install -f testsupport + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport - name: Build versioning shell: bash - run: mvn -U -e -B -ntp clean install -f versioning + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f versioning - name: Build util shell: bash - run: mvn -U -e -B -ntp clean install -f util + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f util - name: Build quiesce shell: bash run: mvn -U -e -B -ntp clean install -f quiesce diff --git a/.github/workflows/subsystem.yml b/.github/workflows/subsystem.yml index d987072a0f..6cfba845e3 100644 --- a/.github/workflows/subsystem.yml +++ b/.github/workflows/subsystem.yml @@ -49,7 +49,7 @@ jobs: run: mvn -U -e -B -ntp clean install -f parent - name: Build testsupport shell: bash - run: mvn -U -e -B -ntp clean install -f testsupport + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport - name: Build subsystem shell: bash run: mvn -U -e -B -ntp clean install -f subsystem diff --git a/.github/workflows/transaction.yml b/.github/workflows/transaction.yml index b113416cc9..a572cd54c3 100644 --- a/.github/workflows/transaction.yml +++ b/.github/workflows/transaction.yml @@ -49,7 +49,7 @@ jobs: run: mvn -U -e -B -ntp clean install -f parent - name: Build testsupport shell: bash - run: mvn -U -e -B -ntp clean install -f testsupport + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport - name: Build transaction shell: bash run: mvn -U -e -B -ntp clean install -f transaction diff --git a/.github/workflows/util.yml b/.github/workflows/util.yml index 970da623de..dbdc596b74 100644 --- a/.github/workflows/util.yml +++ b/.github/workflows/util.yml @@ -49,7 +49,7 @@ jobs: run: mvn -U -e -B -ntp clean install -f parent - name: Build versioning shell: bash - run: mvn -U -e -B -ntp clean install -f versioning + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f versioning - name: Build util shell: bash run: mvn -U -e -B -ntp clean install -f util diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 22ea58af4c..b44f4ed45e 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -51,13 +51,13 @@ jobs: run: mvn -U -e -B -ntp clean install -f parent - name: Build testsupport shell: bash - run: mvn -U -e -B -ntp clean install -f testsupport + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport - name: Build versioning shell: bash - run: mvn -U -e -B -ntp clean install -f versioning + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f versioning - name: Build util shell: bash - run: mvn -U -e -B -ntp clean install -f util + run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f util - name: Build web shell: bash run: mvn -U -e -B -ntp clean install -f web