mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 01:15:30 +00:00
OPENJPA-463: Added conf.OpenJPAVersion as the Main-Class in manifest
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@602971 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3fb4cabf8
commit
88aa0ce910
@ -90,7 +90,10 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>org.apache.openjpa.conf.OpenJPAVersion</mainClass>
|
||||
</manifest>
|
||||
<manifestEntries>
|
||||
<Premain-Class>
|
||||
org.apache.openjpa.enhance.PCEnhancerAgent
|
||||
|
Loading…
x
Reference in New Issue
Block a user