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: