Repository: incubator-rocketmq Updated Branches: refs/heads/4.0.0-incubating 3d95be953 -> 0bfb8d22a
[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/4.0.0-incubating Commit: 9a2de7b555b390c1c55f5a275d6fe7e251ac3f62 Parents: 3d95be9 Author: yukon <[email protected]> Authored: Mon Feb 6 17:00:13 2017 +0800 Committer: yukon <[email protected]> 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>
