Skip to content

Commit 51e3c6a

Browse files
maxxlessdmitriy-abramov
authored andcommitted
add random value to the sample deployable project
Signed-off-by: Maksym Leshchyshyn <[email protected]>
1 parent 1a76b3b commit 51e3c6a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
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']

src/test/resources/test_project/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -16,6 +16,7 @@
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>

0 commit comments

Comments
 (0)