Skip to content

Commit

Permalink
chore: Add maven validation on build
Browse files Browse the repository at this point in the history
  • Loading branch information
heliocastro committed Oct 18, 2024
1 parent d086e9a commit 7dd44a5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,18 @@ jobs:
- name: Build SW360
run: |
export PATH=$PATH:${{ github.workspace }}/dist/thrift-${{ env.THRIFT_VERSION }}/usr/local/bin
mvn clean install --no-transfer-progress -P deploy -Dhelp-docs=true -Dbase.deploy.dir=. -Djars.deploy.dir=${PWD}/deploy -Dbackend.deploy.dir=${PWD}/deploy/webapps -Drest.deploy.dir=${PWD}/deploy/webapps -DRunComponentVisibilityRestrictionTest=false -DRunPrivateProjectAccessTest=false -DRunRestForceUpdateTest=false -fae
mvn clean install \
--no-transfer-progress \
-P deploy -Dhelp-docs=true \
-Dbase.deploy.dir=. \
-Djars.deploy.dir=${PWD}/deploy \
-Dbackend.deploy.dir=${PWD}/deploy/webapps \
-Drest.deploy.dir=${PWD}/deploy/webapps \
-DRunComponentVisibilityRestrictionTest=false \
-DRunPrivateProjectAccessTest=false \
-DRunRestForceUpdateTest=false \
-fae \
-Dmaven.plugin.validation=VERBOSE
- name: Run PrivateProjectAccessTest
run: |
Expand Down

0 comments on commit 7dd44a5

Please sign in to comment.