From 42cc2eb474babafaa397e36d85a436a43f472018 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 10 Sep 2012 16:51:32 +0530 Subject: [PATCH] Poms for the test directory. - test depends on selenium-java - added artifact as dependency in test/pom.xml --- pom.xml | 1 + test/pom.xml | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 test/pom.xml diff --git a/pom.xml b/pom.xml index bc419672b32..dc7433525d2 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,7 @@ 2.0.4 2.4 1.2 + 2.24.1 true diff --git a/test/pom.xml b/test/pom.xml new file mode 100644 index 00000000000..53e0bcdca08 --- /dev/null +++ b/test/pom.xml @@ -0,0 +1,85 @@ + + + 4.0.0 + cloud-test + Apache CloudStack Test + + org.apache.cloudstack + cloudstack + 4.0.0-SNAPSHOT + + + + log4j + log4j + ${cs.log4j.version} + + + junit + org.junit + ${cs.junit.version} + + + com.trilead + trilead-ssh2 + ${cs.trilead.version} + + + log4j + apache-log4j-extras + ${cs.log4j.extras.version} + + + log4j + log4j + + + + + org.seleniumhq.selenium + selenium-java + ${cs.selenium.java.version} + + + + install + src + test + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + + + certs + + + +