Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Commit 005c85f

Browse files
author
Kin Man Chung
committed
- Use default jar file name to include version
svn path=/trunk/; revision=1378
1 parent 8d59c9f commit 005c85f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
<plugin>
129129
<artifactId>maven-jar-plugin</artifactId>
130130
<configuration>
131-
<finalName>${project.artifactId}</finalName>
131+
<!-- Use default to include version in jar file name -->
132+
<!--finalName>${project.artifactId}</finalName-->
132133
<archive>
133134
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
134135
<manifestEntries>

0 commit comments

Comments
 (0)