add implementation details and classpath to JAR manifest

Cherry-picked from 0573ed1ade
This commit is contained in:
2022-11-21 14:05:09 +01:00
parent 5152c4e667
commit 27d5f1b861

View File

@@ -98,6 +98,10 @@
<version>3.2.2</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Automatic-Module-Name>de.stklcode.pubtrans.juraclient</Automatic-Module-Name>
</manifestEntries>