File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/test/resources/test_project Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 strategy :
15+ max-parallel : 1
1516 matrix :
1617 java : ['17']
1718 maven : ['3.9.0', '3.9.11']
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.test.archetype</groupId >
8- <artifactId >sample_archetype_project</artifactId >
8+ <artifactId >sample_archetype_project- ${maven.build.timestamp} </artifactId >
99 <version >1.0.0-SNAPSHOT</version >
1010 <name >sample_archetype_project</name >
1111 <description >Sample project that demonstrates usage of HERE Artifact Maven Wagon</description >
1616 <maven .compiler.target>17</maven .compiler.target>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <artifact .wagon.version>2.0.0-SNAPSHOT</artifact .wagon.version>
19+ <maven .build.timestamp.format>yyyyMMddHHmmss</maven .build.timestamp.format>
1920 </properties >
2021
2122 <repositories >
You can’t perform that action at this time.
0 commit comments