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:33:42 UTC

[dubbo-samples] branch master updated (ee917f1 -> 3a787a1)

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

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


    from ee917f1  update README
     new 20b06b5  adjust format and layout for README
     new 3a787a1  adjust layout for README, again

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)


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


[dubbo-samples] 01/02: adjust format and layout for README

Posted by il...@apache.org.
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

commit 20b06b578453f4357d5a4f0588c9389e6d25413b
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Mon Jun 10 11:32:00 2019 +0800

    adjust format and layout for README
---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 880802a..881c546 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,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: 
+
 0. [jib-maven-plugin](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin) from google
 0. [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from fabric8
 
@@ -75,7 +76,7 @@ Since we use profile 'dubbo-integration-test' to enable integration test, make s
 </profiles>
 ```
 
-2.1 Configure dubbo-maven-address-plugin
+2.1. Configure dubbo-maven-address-plugin
 
 ```xml
 <plugin>
@@ -98,7 +99,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
+2.2. Configure jib-maven-plugin
 
 ```xml
 <plugin>
@@ -136,7 +137,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
+2.3. Configure docker-maven-plugin
 
 ```xml
 <plugin>
@@ -182,7 +183,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
+2.4. 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


[dubbo-samples] 02/02: adjust layout for README, again

Posted by il...@apache.org.
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

commit 3a787a1c5854729fdcb3c3f8df8cd6d395b9f0c7
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Mon Jun 10 11:33:12 2019 +0800

    adjust layout for README, again
---
 README.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 881c546..91b5479 100644
--- a/README.md
+++ b/README.md
@@ -56,10 +56,7 @@ If you are interested in contributing more integration test for dubbo, pls. read
 <main-class>org.apache.dubbo.samples.attachment.AttachmentProvider</main-class>
 ```
 
-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: 
-
-0. [jib-maven-plugin](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin) from google
-0. [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from fabric8
+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:
 


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