Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/master fa91eb9d0 -> 4176b5bc1


TAMAYA-187: Update docs to get the javadoc part of the site


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/86c4f5b5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/86c4f5b5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/86c4f5b5

Branch: refs/heads/master
Commit: 86c4f5b56d9672468c2bce4e497d87c5bf08bc42
Parents: fa91eb9
Author: Phil Ottlinger <pottlin...@apache.org>
Authored: Mon Dec 19 00:03:55 2016 +0100
Committer: Phil Ottlinger <pottlin...@apache.org>
Committed: Mon Dec 19 00:03:55 2016 +0100

----------------------------------------------------------------------
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/86c4f5b5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c95d2f5..5e2a93f 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,8 @@ tbd
 1. Generate Javadoc for Tamaya Core
 ```
 $ cd tamaya
-$ mvn javadoc:javadoc
+$ mvn site
+(since javadoc:javadoc does not generate a full report)
 ```
 1. Launch the bash script to generate the homepage and switch the the asf 
branch:
 ```
@@ -55,7 +56,7 @@ $ ./copy-site.sh
 1. Make sure you are on branch asf-site! Copy the generated Javadoc into 
apidocs
 ```
 $ git checkout asf-site
-$ cp -r pathToJavadoc/* ./apidocs/
+$ cp -r pathToTamayaCoreRepo/target/site/apidocs .
 ```
 1. Push your changes
 ```

Reply via email to