server/pom.xml
changeset 97 f7d611f50e58
parent 93 8d05172e47f3
child 103 c134610fc083
--- a/server/pom.xml	Mon Mar 18 00:00:45 2013 +0100
+++ b/server/pom.xml	Mon Mar 18 02:23:37 2013 +0100
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.iri_research.renkan</groupId>
     <artifactId>renkan</artifactId>
-    <version>0.2</version>
+    <version>0.3</version>
     <packaging>war</packaging>
 
     <properties>
@@ -52,6 +52,12 @@
                 <artifactId>maven-war-plugin</artifactId>
                 <version>2.3</version>
                 <configuration>
+                    <archive>                   
+                        <manifest>
+                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                            <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                        </manifest>
+                    </archive>
                     <overlays>
                         <overlay>
                             <groupId>org.opencoweb</groupId>