This is an automated email from the ASF dual-hosted git repository.
chtyim pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/twill.git
The following commit(s) were added to refs/heads/site by this push:
new f6afa60 Update the instruction for deploying maven artifacts
f6afa60 is described below
commit f6afa606d03d9db385463f2d32c98a672be264bf
Author: Terence Yim <[email protected]>
AuthorDate: Wed Jan 15 09:07:46 2020 -0800
Update the instruction for deploying maven artifacts
---
src/site/README.md | 6 ++----
src/site/markdown/ReleaseGuide.md | 4 +---
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/src/site/README.md b/src/site/README.md
index e638097..aa27783 100644
--- a/src/site/README.md
+++ b/src/site/README.md
@@ -23,9 +23,7 @@ Apache Twill Site Update Instructions
git checkout master
- mvn clean prepare-package -DskipTests -Dremoteresources.skip=true -P
hadoop-2.0 &&
- mvn prepare-package -DskipTests -Dremoteresources.skip=true -P
hadoop-2.3 &&
- mvn deploy -DskipTests -Dremoteresources.skip=true -P hadoop-2.3 -P
apache-release
+ mvn clean deploy -DskipTests -Dremoteresources.skip=true -P hadoop-2.6
-P apache-release
1. Build javadocs for the newly released version
git checkout branch-${RELEASE_VERSION}
@@ -45,4 +43,4 @@ Apache Twill Site Update Instructions
mvn clean site -DskipTests -P site
All Twill website files will be generated at the `target/site` directory
1. Update and check-in changes in SVN
`https://svn.apache.org/repos/asf/twill/site`.
-
\ No newline at end of file
+
diff --git a/src/site/markdown/ReleaseGuide.md
b/src/site/markdown/ReleaseGuide.md
index 0fd59a1..f19f5d6 100644
--- a/src/site/markdown/ReleaseGuide.md
+++ b/src/site/markdown/ReleaseGuide.md
@@ -81,9 +81,7 @@ git push origin v${RELEASE_VERSION}
#### Build the source tarball and publish artifacts to the staging repo
```
-mvn clean prepare-package -DskipTests -Dremoteresources.skip=true -P
hadoop-2.0 &&
-mvn prepare-package -DskipTests -Dremoteresources.skip=true -P hadoop-2.6 &&
-mvn deploy -DskipTests -Dremoteresources.skip=true -P hadoop-2.6 -P
apache-release
+mvn clean deploy -DskipTests -Dremoteresources.skip=true -P hadoop-2.6 -P
apache-release
```
The source tarball can be found in
`target/apache-twill-${RELEASE_VERSION}-source-release.tar.gz`
after the above command has successfully completed.