You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ki...@apache.org on 2013/02/16 04:48:50 UTC

git commit: refs/heads/4.1 - exclude usage unit test since it requires db connection

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 <ki...@cloud.com>
Authored: Sat Feb 16 09:08:42 2013 +0530
Committer: Kishan Kavala <ki...@cloud.com>
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>