提交 9d0a8827 authored 作者: thomasmueller's avatar thomasmueller

Improve release docs

上级 2b8fa367
......@@ -103,9 +103,9 @@ Check docs, versions and links in main, downloads, build numbers.
Check the PDF file size.
Upload (http and https) to ftp://h2database.com/javadoc
Upload (http and https) to ftp://h2database.com
Upload (http and https) to ftp://h2database.com/m2-repo
Upload (<x> = httpdocs and httpsdocs) to ftp://h2database.com/<x>/javadoc
Upload (<x> = httpdocs and httpsdocs) to ftp://h2database.com/<x>/
Upload (<x> = httpdocs and httpsdocs) to ftp://h2database.com/<x>/m2-repo
Github: create a release.
......@@ -136,12 +136,15 @@ In Build.java, comment "-Xdoclint:none", but don't commit that change.
# http://central.sonatype.org/pages/ossrh-guide.html
# http://central.sonatype.org/pages/manual-staging-bundle-creation-and-deployment.html
# https://oss.sonatype.org/#welcome - Log In "t..."
# sometimes this doesn't work reliably and you will have to retry
# - Staging Upload
# - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/.../bundle.jar
# - Upload Bundle - Staging Repositories - select comh2database - Release - Confirm
# - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/h2database/.../h2/.../bundle.jar
# - Upload Bundle
# - Staging Repositories - Refresh - select comh2database-<...> - Release - Confirm
# - Staging Upload
# - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/.../bundle.jar
# - Upload Bundle - Staging Repositories - select comh2database - Release - Confirm
# - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/h2database/.../h2-mvstore/.../bundle.jar
# - Upload Bundle
# - Staging Repositories - Refresh - select comh2database-<...> - Release - Confirm
Update statistics.
......
......@@ -654,9 +654,11 @@ public class Build extends BuildBase {
compileTools();
mkdir("docs/javadocImpl2");
javadoc("-sourcepath", "src/main" +
File.pathSeparator + "src/test" +
// need to be disabled if not enough memory
// File.pathSeparator + "src/test" +
File.pathSeparator + "src/tools",
"-Xdoclint:none",
// need to be disabled for java 7
// "-Xdoclint:none",
"-noindex",
"-tag", "h2.resource",
"-d", "docs/javadocImpl2",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论