Skip to content

Commit 9dd605c

Browse files
committed
Re-add Maven Timeline extension and upload artifact in CI
1 parent 456a3f3 commit 9dd605c

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@ jobs:
2727
run: mvn verify -Dmaven.profile
2828
- name: check license header is present in all files
2929
run: mvn license:check
30+
- name: Upload Maven Timeline
31+
if: always()
32+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
33+
with:
34+
name: maven-timeline-java-${{ matrix.java }}
35+
path: target/timeline/
3036
- name: Upload coverage to Codecov
3137
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5

.mvn/extensions.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
<artifactId>maven-profiler</artifactId>
66
<version>1.1.0</version>
77
</extension>
8+
<extension>
9+
<groupId>io.takari.maven</groupId>
10+
<artifactId>maven-timeline</artifactId>
11+
<version>2.0.4</version>
12+
</extension>
813
</extensions>

0 commit comments

Comments
 (0)