Skip to content

Commit

Permalink
Temporarily override the Galleon and WildFly Maven plugins to work wi…
Browse files Browse the repository at this point in the history
…th upstream WildFly.

Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Feb 17, 2024
1 parent 465fb01 commit 3cdcd5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven Java ${{ matrix.java }}
run: mvn clean install '-Dserver.version=${{needs.wildfly-build.outputs.wildfly-version}}'
run: mvn clean install '-Dserver.version=${{needs.wildfly-build.outputs.wildfly-version}}' '-Dversion.org.wildfly.plugins.wildfly-maven-plugin=5.0.0.Beta3' '-Dversion.org.wildfly.galleon-plugins=7.0.0.Beta2'
- name: Upload surefire reports
uses: actions/upload-artifact@v4
if: failure()
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
cache: 'maven'
- name: Test with ${{ matrix.profile }} - JDK ${{ matrix.java }}
run: |
mvn clean install -U -B -fae ${{ matrix.profile }} '-Dserver.version=${{needs.wildfly-build.outputs.wildfly-version}}'
mvn clean install -U -B -fae ${{ matrix.profile }} '-Dserver.version=${{needs.wildfly-build.outputs.wildfly-version}}' '-Dversion.org.wildfly.plugins.wildfly-maven-plugin=5.0.0.Beta3' '-Dversion.org.wildfly.galleon-plugins=7.0.0.Beta2'
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand Down

0 comments on commit 3cdcd5c

Please sign in to comment.