Skip to content

Commit

Permalink
Merge pull request #1590 from pzygielo/oss-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Sep 25, 2022
2 parents 55bd7d1 + 19049c6 commit 24c0c20
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,15 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Build OpenMQ
run: ./mvnw --show-version --no-transfer-progress --file mq --define skipTests install
run: |
./mvnw \
--show-version \
--no-transfer-progress \
--file mq \
--define skipTests \
--define gpg.skip \
--activate-profiles oss-release \
install
smoke:
name: Smoke Tests ${{ matrix.mq_command }} @ Java ${{ matrix.java_version }}
Expand Down

0 comments on commit 24c0c20

Please sign in to comment.