You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/02/06 09:00:30 UTC

incubator-rocketmq git commit: [ROCKETMQ-77] Skip unaccomplished unit tests in tools module, which will be fixed in 4.1.0 [Forced Update!]

Repository: incubator-rocketmq
Updated Branches:
  refs/heads/master 579800e4e -> 9a2de7b55 (forced update)


[ROCKETMQ-77] Skip unaccomplished unit tests in tools module, which will be fixed in 4.1.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/9a2de7b5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/9a2de7b5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/9a2de7b5

Branch: refs/heads/master
Commit: 9a2de7b555b390c1c55f5a275d6fe7e251ac3f62
Parents: 3d95be9
Author: yukon <yu...@apache.org>
Authored: Mon Feb 6 17:00:13 2017 +0800
Committer: yukon <yu...@apache.org>
Committed: Mon Feb 6 17:00:13 2017 +0800

----------------------------------------------------------------------
 tools/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/9a2de7b5/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 0e99f9c..1f8f4a9 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -28,6 +28,10 @@
     <artifactId>rocketmq-tools</artifactId>
     <name>rocketmq-tools ${project.version}</name>
 
+    <properties>
+        <maven.test.skip>true</maven.test.skip>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>