Skip to content

Commit 07d104e

Browse files
authored
Update artifact naming convention (#58)
1 parent 5a0ccec commit 07d104e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<version>3.0.2</version>
1111
</parent>
1212

13-
<artifactId>swag-anapi-v2</artifactId>
13+
<artifactId>${artifact.name}</artifactId>
1414
<version>${revision}</version>
1515
<packaging>jar</packaging>
1616

@@ -20,6 +20,7 @@
2020

2121
<properties>
2222
<default.package>dev.vality.anapi.v2</default.package>
23+
<artifact.name>swag-anapi-v2</artifact.name>
2324
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2425
<revision>SNAPSHOT</revision>
2526
<java.version>21</java.version>
@@ -74,6 +75,9 @@
7475
<profiles>
7576
<profile>
7677
<id>server</id>
78+
<properties>
79+
<artifact.name>swag-anapi-v2-server</artifact.name>
80+
</properties>
7781
<build>
7882
<plugins>
7983
<plugin>
@@ -112,6 +116,9 @@
112116
</profile>
113117
<profile>
114118
<id>client</id>
119+
<properties>
120+
<artifact.name>swag-anapi-v2-client</artifact.name>
121+
</properties>
115122
<build>
116123
<plugins>
117124
<plugin>

0 commit comments

Comments
 (0)