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-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new 068507d  SCB-820 Updated the pom setting with docker
068507d is described below

commit 068507d4b4f37ddca15fa1ae4417c2bae251d0ec
Author: Willem Jiang <[email protected]>
AuthorDate: Thu Nov 8 14:07:36 2018 +0800

    SCB-820 Updated the pom setting with docker
---
 saga-spring/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/saga-spring/pom.xml b/saga-spring/pom.xml
index cb71175..12a26fc 100755
--- a/saga-spring/pom.xml
+++ b/saga-spring/pom.xml
@@ -193,6 +193,11 @@
   <profiles>
     <profile>
       <id>docker</id>
+      <activation>
+        <file>
+          <exists>/var/run/docker.sock</exists>
+        </file>
+      </activation>
       <build>
         <plugins>
           <plugin>

Reply via email to