]> source.dussan.org Git - javassist.git/commitdiff
Replace JAR manifest template with generated one 34/head
authorMichal Kordas <kontakt@michalkordas.com>
Sat, 14 Mar 2015 19:29:36 +0000 (20:29 +0100)
committerMichal Kordas <kontakt@michalkordas.com>
Sat, 14 Mar 2015 19:29:36 +0000 (20:29 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index f7925803b850d407b9b74ee461d8ce6f7c2527eb..5c4412788023f58049f9c3baef6591f3497b7cd4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <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>
         <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>