File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
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>
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 >
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 >
You can’t perform that action at this time.
0 commit comments