Merge pull request #42 from ankon/pom-implementation-url-configuration

Use the project.scm.url as Implementation-URL in the jar manifests
This commit is contained in:
Harald Kuhr 2014-03-03 20:03:47 +01:00
commit aacad8a575

View File

@ -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>