From: purigarcia Date: Wed, 18 Mar 2015 15:32:10 +0000 (+0100) Subject: Add sunfire plugin to execute test as mvn test X-Git-Tag: oc-android-1.7.2~1^2~32^2~32 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/14da84b827b2ed966437263e7a3d6753cf546ec4?hp=-c Add sunfire plugin to execute test as mvn test --- 14da84b827b2ed966437263e7a3d6753cf546ec4 diff --git a/automationTest/pom.xml b/automationTest/pom.xml index 373128be..eded8e81 100644 --- a/automationTest/pom.xml +++ b/automationTest/pom.xml @@ -7,7 +7,22 @@ com.owncloud androidtest 1.0-SNAPSHOT - + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + + **/*Test**.java + + + + + + junit @@ -17,7 +32,7 @@ org.seleniumhq.selenium selenium-java - 2.44.0 + 2.45.0 io.selendroid