mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
Use the project.scm.url as Implementation-URL in the jar manifests
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -66,7 +66,7 @@
|
|||||||
<Implementation-Title>twelvemonkeys-${project.artifactId}</Implementation-Title>
|
<Implementation-Title>twelvemonkeys-${project.artifactId}</Implementation-Title>
|
||||||
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
|
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
|
||||||
<Implementation-Version>${project.version}</Implementation-Version>
|
<Implementation-Version>${project.version}</Implementation-Version>
|
||||||
<Implementation-URL>http://github.com/haraldk/TwelveMonkeys</Implementation-URL>
|
<Implementation-URL>${project.scm.url}</Implementation-URL>
|
||||||
</manifestEntries>
|
</manifestEntries>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Reference in New Issue
Block a user