We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b47c14 commit d6d8420Copy full SHA for d6d8420
2 files changed
.github/workflows/CI.yml
@@ -27,5 +27,11 @@ jobs:
27
run: mvn verify
28
- name: check license header is present in all files
29
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/
36
- name: Upload coverage to Codecov
37
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
.mvn/extensions.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<extensions>
3
+ <extension>
4
+ <groupId>io.takari.maven</groupId>
5
+ <artifactId>maven-timeline</artifactId>
6
+ <version>2.0.4</version>
7
+ </extension>
8
+</extensions>
0 commit comments