Skip to content

Commit

Permalink
Add new step Create Dependency Tree
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Jan 26, 2024
1 parent e1fa8dd commit 64908a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ jobs:
-Dexec.args="${{ env.MVN_BUILD_OUTPUT_FILE }} $(pwd) ${{ env.MVN_VALIDATION_DIR }}" \
-Dlog4j.configurationFile=file://$(pwd)/tools/ci/log4j.properties
- name: Create Dependency Tree
run: |
mvn ${MVN_COMMON_OPTIONS} dependency:tree -Plicense-check | tee ${{ env.MVN_DEPENDENCY_PLUGIN_OUTPUT_FILE }}
- name: Check shade optional dependencies
run: |
mvn ${MVN_COMMON_OPTIONS} dependency:tree -Plicense-check | tee ${{ env.MVN_DEPENDENCY_PLUGIN_OUTPUT_FILE }}
mvn ${MVN_COMMON_OPTIONS} exec:java@check-shade -N \
-Dexec.args="${{ env.MVN_BUILD_OUTPUT_FILE }} ${{ env.MVN_DEPENDENCY_PLUGIN_OUTPUT_FILE }}" \
-Dlog4j.configurationFile=file://$(pwd)/tools/ci/log4j.properties

0 comments on commit 64908a4

Please sign in to comment.