You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by il...@apache.org on 2019/06/10 03:35:17 UTC

[dubbo-samples] branch master updated: make the instruction list more readable

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

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b8858e  make the instruction list more readable
6b8858e is described below

commit 6b8858eea97193c000343f441f8c3bf4403df7cf
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Mon Jun 10 11:34:42 2019 +0800

    make the instruction list more readable
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 91b5479..ba29557 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ If you are interested in contributing more integration test for dubbo, pls. read
 
 Integration test leverages [docker](https://docs.docker.com/get-started/) to setup test environment, more accurately, to start dubbo provider instance, and any other supporting systems like registry center if necessary, in docker. Therefore, there are two maven plugins required for composing docker image and start-and-stop the docker instances before-and-after the integration test: 1. [jib-maven-plugin](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin) from google [...]
 
-2. Configure maven plugins:
+2. Configure maven profile:
 
 Since we use profile 'dubbo-integration-test' to enable integration test, make sure the following plugins are configured under the desire profile, which is **'dubbo-integration-test'**:
 
@@ -73,7 +73,7 @@ Since we use profile 'dubbo-integration-test' to enable integration test, make s
 </profiles>
 ```
 
-2.1. Configure dubbo-maven-address-plugin
+3. Configure dubbo-maven-address-plugin
 
 ```xml
 <plugin>
@@ -96,7 +96,7 @@ Since we use profile 'dubbo-integration-test' to enable integration test, make s
 
 'dubbo-local-address' is a maven property in which dubbo provider's IP address is stored. 
 
-2.2. Configure jib-maven-plugin
+4. Configure jib-maven-plugin
 
 ```xml
 <plugin>
@@ -134,7 +134,7 @@ Since we use profile 'dubbo-integration-test' to enable integration test, make s
 
 '<DUBBO_IP_TO_REGISTRY>' is an environment variable to instruct dubbo provider the IP address used for registering to service registration center. Since the dubbo provider will run within a docker instance, a host's IP address (detected from dubbo-maven-address-plugin) must be used in order to allow it discovered by the dubbo client running outside docker instance. 
 
-2.3. Configure docker-maven-plugin
+5. Configure docker-maven-plugin
 
 ```xml
 <plugin>
@@ -180,7 +180,7 @@ Since we use profile 'dubbo-integration-test' to enable integration test, make s
 
 'docker-maven-plugin' will start the specified docker image before integration test (phase 'pre-integration-test') and stop it after integration test (phase 'post-integration-test').
 
-2.4. Configure maven-failsafe-plugin
+6. Configure maven-failsafe-plugin
 
 ```xml
 <plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org