Ignore the two TestCase classes, they are just empty base classes
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d8b7b2a4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d8b7b2a4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d8b7b2a4 Branch: refs/heads/maven-waf Commit: d8b7b2a410521211bdfa5e1ad1251ff32648102f Parents: baa3970 Author: Hugo Trippaers <[email protected]> Authored: Mon Sep 10 15:03:26 2012 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Mon Sep 10 15:03:26 2012 +0200 ---------------------------------------------------------------------- utils/pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8b7b2a4/utils/pom.xml ---------------------------------------------------------------------- diff --git a/utils/pom.xml b/utils/pom.xml index 6a9d523..fc69458 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -156,6 +156,15 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludes> + <exclude>com/cloud/utils/testcase/*TestCase*</exclude> + </excludes> + </configuration> + </plugin> </plugins> <resources> <resource>
