aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f7925803..5c441278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,10 @@
<name>Javassist</name>
<url>http://www.javassist.org/</url>
+ <organization>
+ <name>Shigeru Chiba, www.javassist.org</name>
+ </organization>
+
<issueManagement>
<system>JIRA</system>
<url>https://jira.jboss.org/jira/browse/JASSIST/</url>
@@ -164,7 +168,10 @@
<version>2.6</version>
<configuration>
<archive>
- <manifestFile>${project.build.sourceDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ <manifest>
+ <mainClass>javassist.CtClass</mainClass>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ </manifest>
</archive>
</configuration>
</plugin>