Skip to content

Commit 7e05570

Browse files
committed
Append project version label to the artifact file name
1 parent 996b951 commit 7e05570

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

share-oauth-repo/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@
5959
</snapshotRepository>
6060
</distributionManagement>
6161

62+
<build>
63+
<finalName>${project.artifactId}-${project.version}</finalName>
64+
</build>
6265
</project>

share-oauth/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
</dependencies>
6666

6767
<build>
68+
<finalName>${project.artifactId}-${project.version}</finalName>
6869
<plugins>
6970
<plugin>
7071
<groupId>net.alchim31.maven</groupId>

0 commit comments

Comments
 (0)