projects
/
yaz4j-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ac9b6
)
Include metadata in the manifest
author
Jakub Skoczen
<jakub@indexdata.dk>
Fri, 12 Apr 2013 12:44:20 +0000
(14:44 +0200)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Fri, 12 Apr 2013 12:44:20 +0000
(14:44 +0200)
any/pom.xml
patch
|
blob
|
history
pom.xml
patch
|
blob
|
history
diff --git
a/any/pom.xml
b/any/pom.xml
index
2272a55
..
8211c66
100644
(file)
--- a/
any/pom.xml
+++ b/
any/pom.xml
@@
-38,7
+38,18
@@
<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
@@
-17,6
+17,10
@@
</licenses>
<description>Java wrapper for the ZOOM API of YAZ</description>
+ <organization>
+ <name>Index Data</name>
+ </organization>
+
<developers>
<developer>
<name>Rob Styles</name>