12 lines
472 B
Plaintext
12 lines
472 B
Plaintext
<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>
|
|
</manifestEntries>
|
|
</archive>
|
|
</configuration>
|