提交 8b124771 authored 作者: Thomas Mueller Graf's avatar Thomas Mueller Graf

Improved docs

上级 033403c6
...@@ -31,15 +31,15 @@ Update statistics ...@@ -31,15 +31,15 @@ Update statistics
Sign files and publish files on Maven Central Sign files and publish files on Maven Central
./build.sh compile jar mavenDeployCentral ./build.sh compile jar mavenDeployCentral
cd /data/h2database/m2-repo/com/h2database cd /data/h2database/m2-repo/com/h2database
# remove sha and md5 files: # remove sha and md5 files:
find . -name "*.sha1" -delete find . -name "*.sha1" -delete
find . -name "*.md5" -delete find . -name "*.md5" -delete
cd h2/1... cd h2/1...
# for each file separately (-javadoc.jar, -sources.jar, .jar, .pom): # for each file separately (-javadoc.jar, -sources.jar, .jar, .pom):
gpg -u "Thomas Mueller Graf <thomas.tom.mueller@gmail.com>" -ab h2-... gpg -u "Thomas Mueller Graf <thomas.tom.mueller@gmail.com>" -ab h2-...
jar -cvf bundle.jar h2-* jar -cvf bundle.jar h2-*
cd ../../h2-mvstore/1... cd ../../h2-mvstore/1...
# for each file separately (-javadoc.jar, -sources.jar, .jar, .pom): # for each file separately (-javadoc.jar, -sources.jar, .jar, .pom):
gpg -u "Thomas Mueller Graf <thomas.tom.mueller@gmail.com>" -ab h2-mvstore... gpg -u "Thomas Mueller Graf <thomas.tom.mueller@gmail.com>" -ab h2-mvstore...
jar -cvf bundle.jar h2-* jar -cvf bundle.jar h2-*
# http://central.sonatype.org/pages/ossrh-guide.html # http://central.sonatype.org/pages/ossrh-guide.html
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论