From d5f3ca59d77f81ad7df2219e4fb1aceb4c93f68d Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 1 Sep 2016 19:32:27 +0900 Subject: [PATCH] Update build/release documentation with new API/WAR commands Change Ia246000f8 introduced new scripts to build and deploy the API and WAR, but some documentation updates were missed. Bug: Issue 4479 Change-Id: If5d4ce2a351463e9ddf88d3765b59955ce23ce54 --- Documentation/dev-build-plugins.txt | 2 +- Documentation/dev-release.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/dev-build-plugins.txt b/Documentation/dev-build-plugins.txt index 2c04d17ba7..13071df35c 100644 --- a/Documentation/dev-build-plugins.txt +++ b/Documentation/dev-build-plugins.txt @@ -36,7 +36,7 @@ Plugin's `pom.xml` references snapshot version of plugin API: * build and install `SNAPSHOT` version of plugin API in local Maven repository: ---- -buck build api_install +./tools/maven/api.sh install ---- === Exception 2: diff --git a/Documentation/dev-release.txt b/Documentation/dev-release.txt index 984cbcc6b2..96695db5c4 100644 --- a/Documentation/dev-release.txt +++ b/Documentation/dev-release.txt @@ -153,7 +153,7 @@ Tag the plugins: ---- buck clean buck build --no-cache release docs - buck build api_install + ./tools/maven/api.sh install ---- * Sanity check WAR @@ -185,13 +185,13 @@ Versions and Create Release Tag] section. * Push the WAR to Maven Central: + ---- - sh tools/maven/api.sh war_deploy + ./tools/maven/api.sh war_deploy ---- * Push the plugin artifacts to Maven Central: + ---- - sh tools/maven/api.sh deploy + ./tools/maven/api.sh deploy ---- + If no artifacts are uploaded, clean the `buck-out` folder and retry: