Include metadata in the manifest
authorJakub Skoczen <jakub@indexdata.dk>
Fri, 12 Apr 2013 12:44:20 +0000 (14:44 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Fri, 12 Apr 2013 12:44:20 +0000 (14:44 +0200)
any/pom.xml
pom.xml

index 2272a55..8211c66 100644 (file)
           <showWarnings>true</showWarnings>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <mainClass>org.yaz4j.ZoomCLI</mainClass>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
-
 </project>
diff --git a/pom.xml b/pom.xml
index 392aee9..38e2de8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   </licenses>
   <description>Java wrapper for the ZOOM API of YAZ</description>
 
+  <organization>
+    <name>Index Data</name>
+  </organization>
+
   <developers>
     <developer>
       <name>Rob Styles</name>