File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
microservice-service-parent Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 34
34
<java .version>11</java .version>
35
35
<maven .compiler.source>${java.version} </maven .compiler.source>
36
36
<maven .compiler.target>${java.version} </maven .compiler.target>
37
+ <maven .release.arguments>-Ddist</maven .release.arguments>
38
+ <maven .release.profiles>dist</maven .release.profiles>
37
39
<project .artifactId>${project.artifactId} </project .artifactId>
38
40
<project .build.finalName>${project.build.finalName} </project .build.finalName>
39
41
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
413
415
<version >3.1.1</version >
414
416
<configuration >
415
417
<tagNameFormat >@{project.version}</tagNameFormat >
416
- <releaseProfiles >dist </releaseProfiles >
417
- <arguments >-Ddist </arguments >
418
+ <releaseProfiles >${maven.release.profiles} </releaseProfiles >
419
+ <arguments >${maven.release.arguments} </arguments >
418
420
</configuration >
419
421
</plugin >
420
422
<plugin >
Original file line number Diff line number Diff line change 12
12
<packaging >pom</packaging >
13
13
<name >DataWave Microservices Spring Boot Service Parent</name >
14
14
<scm >
15
- <connection >scm:git:https://github.com/NationalSecurityAgency/datawave.git </connection >
16
- <
developerConnection >scm:git:
[email protected] :NationalSecurityAgency/datawave.git</
developerConnection >
15
+ <connection >scm:git:${project.scm.url} </connection >
16
+ <developerConnection >scm:git:${project.scm.url} </developerConnection >
17
17
<tag >HEAD</tag >
18
18
<url >https://github.com/NationalSecurityAgency/datawave</url >
19
19
</scm >
You can’t perform that action at this time.
0 commit comments