13 lines
544 B
Plaintext
Raw Permalink Normal View History

2019-12-17 16:31:20 +08:00
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Implementation-Url>http://hibernate.org</Implementation-Url>
<Implementation-Vendor>Hibernate.org</Implementation-Vendor>
<Implementation-Vendor-Id>org.hibernate</Implementation-Vendor-Id>
<Implementation-Version>${project.version}</Implementation-Version>
<Main-Class>org.hibernate.annotations.common.Version</Main-Class>
</manifestEntries>
</archive>
</configuration>