Skip to content

Commit c4e4206

Browse files
committed
Remove redundant license:check step that overwrites Maven Timeline
The license-maven-plugin is already bound to process-sources phase in pom.xml, so mvn verify already runs it. The separate mvn license:check step was overwriting target/timeline/ with only its own data.
1 parent 9dd605c commit c4e4206

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
cache: 'maven'
2626
- name: Execute tests
2727
run: mvn verify -Dmaven.profile
28-
- name: check license header is present in all files
29-
run: mvn license:check
3028
- name: Upload Maven Timeline
3129
if: always()
3230
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4

0 commit comments

Comments
 (0)