Updated Branches: refs/heads/4.1 2ee16350d -> 8863031c4
exclude usage unit test since it requires db connection Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8863031c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8863031c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8863031c Branch: refs/heads/4.1 Commit: 8863031c47ce2f28c7a13b728a24d2424d56ede4 Parents: 2ee1635 Author: Kishan Kavala <[email protected]> Authored: Sat Feb 16 09:08:42 2013 +0530 Committer: Kishan Kavala <[email protected]> Committed: Sat Feb 16 09:14:35 2013 +0530 ---------------------------------------------------------------------- usage/pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8863031c/usage/pom.xml ---------------------------------------------------------------------- diff --git a/usage/pom.xml b/usage/pom.xml index 4b408c4..f7d9dd1 100644 --- a/usage/pom.xml +++ b/usage/pom.xml @@ -55,6 +55,15 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludes> + <exclude>com/cloud/usage/UsageManagerTest.java</exclude> + </excludes> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.5.1</version> <executions>
