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/07/08 08:06:04 UTC

[dubbo-samples] branch master updated: disable dubbo-samples-generic-impl

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 0fb8c58  disable dubbo-samples-generic-impl
0fb8c58 is described below

commit 0fb8c582f30a976028acbbc97e560af1192daade
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Mon Jul 8 16:04:18 2019 +0800

    disable dubbo-samples-generic-impl
---
 .../dubbo-samples-generic-impl-provider/pom.xml                        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dubbo-samples-generic/dubbo-samples-generic-impl/dubbo-samples-generic-impl-provider/pom.xml b/dubbo-samples-generic/dubbo-samples-generic-impl/dubbo-samples-generic-impl-provider/pom.xml
index a8d97ba..0ede6ee 100644
--- a/dubbo-samples-generic/dubbo-samples-generic-impl/dubbo-samples-generic-impl-provider/pom.xml
+++ b/dubbo-samples-generic/dubbo-samples-generic-impl/dubbo-samples-generic-impl-provider/pom.xml
@@ -175,6 +175,8 @@
                         </executions>
                     </plugin>
 
+                    <!-- FIXME: https://github.com/apache/dubbo-samples/issues/101 -->
+                    <!--
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-failsafe-plugin</artifactId>
@@ -196,6 +198,7 @@
                             </execution>
                         </executions>
                     </plugin>
+                    -->
                 </plugins>
             </build>
         </profile>


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