Use the project.scm.url as Implementation-URL in the jar manifests

This commit is contained in:
Andreas Kohn 2014-03-03 12:02:39 +01:00
parent e3bab84e82
commit 83a6d604a6

View File

@ -66,7 +66,7 @@
<Implementation-Title>twelvemonkeys-${project.artifactId}</Implementation-Title>
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-URL>http://github.com/haraldk/TwelveMonkeys</Implementation-URL>
<Implementation-URL>${project.scm.url}</Implementation-URL>
</manifestEntries>
</archive>
</configuration>