You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/12 10:16:49 UTC

[incubator-servicecomb-java-chassis] branch master updated: Update the README.md by adding how to build the release kit

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new bcc70d2  Update the README.md by adding how to build the release kit
bcc70d2 is described below

commit bcc70d28792dd2d6c5d55e58d1648726c71d6b04
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Mar 12 18:16:00 2018 +0800

    Update the README.md by adding how to build the release kit
---
 README.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e07cee9..495124d 100644
--- a/README.md
+++ b/README.md
@@ -35,13 +35,17 @@ public class HelloWorldConsumer  {
 
 Project documentation is available on the [ServiceComb website][servicecomb-website].
 
-[servicecomb-website]: http://servicecomb.io/
+[servicecomb-website]: http://servicecomb.incubator.apache.org/
 
 ## Building
 
-You don’t need to build from source to use Java Chassis (binaries in repo.servicecomb.io), but if you want to try out the latest and greatest, Java Chassis can be easily built with the maven.  You also need JDK 1.8.
+You don’t need to build from source to use Java Chassis (binaries in apache nexus ), but if you want to try out the latest and greatest, Java Chassis can be easily built with the maven.  You also need JDK 1.8.
 
-      mvn clean install
+      mvn clean install 
+
+If you want to build the release kits from the source
+
+      mvn clean install  -Prelease,distribution
 
 The first build may take a longer than expected as Maven downloads all the dependencies.
 

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.