Remove error exclusions in pom.xml. Reviewed by @vongosling
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/95df4b74 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/95df4b74 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/95df4b74 Branch: refs/heads/master Commit: 95df4b74c127fa9a16a00ae18089a0d3dec9d74d Parents: 66ca327 Author: yukon <[email protected]> Authored: Mon Dec 19 19:29:34 2016 +0800 Committer: lollipop <[email protected]> Committed: Tue Dec 20 14:10:48 2016 +0800 ---------------------------------------------------------------------- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/95df4b74/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 87dd809..93748a5 100644 --- a/pom.xml +++ b/pom.xml @@ -243,10 +243,6 @@ <exclude>com/alibaba/rocketmq/client/consumer/loadbalance/AllocateMessageQueueAveragelyTest.java</exclude> <exclude>com/alibaba/rocketmq/store/RecoverTest.java</exclude> <exclude>com/alibaba/rocketmq/broker/api/SendMessageTest.java</exclude> - <exclude>com/alibaba/rocketmq/test/integration/*/*.java</exclude> - <exclude>com/alibaba/rocketmq/test/integration/BaseTest.java</exclude> - <exclude>com/alibaba/rocketmq/test/*/*.java</exclude> - <exclude>com/alibaba/rocketmq/test/BaseTest.java</exclude> </excludes> </configuration> </plugin> @@ -515,4 +511,4 @@ </dependency> </dependencies> </dependencyManagement> -</project> \ No newline at end of file +</project>
