File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 distribution : ' temurin'
2525 cache : ' maven'
2626 - name : Execute tests
27- run : mvn verify
27+ 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/
3630 - name : Upload coverage to Codecov
3731 uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <extensions >
3+ <extension >
4+ <groupId >io.takari.maven</groupId >
5+ <artifactId >maven-profiler</artifactId >
6+ <version >1.1.0</version >
7+ </extension >
8+ </extensions >
Original file line number Diff line number Diff line change 175175 </dependencies >
176176
177177 <build >
178- <extensions >
179- <extension >
180- <groupId >io.takari.maven</groupId >
181- <artifactId >maven-timeline</artifactId >
182- <version >2.0.4</version >
183- </extension >
184- </extensions >
185178 <plugins >
186179 <plugin >
187180 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments