projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3aa425a
)
Add sunfire plugin to execute test as mvn test
author
purigarcia
<pgarcia@solidgear.es>
Wed, 18 Mar 2015 15:32:10 +0000
(16:32 +0100)
committer
purigarcia
<pgarcia@solidgear.es>
Wed, 18 Mar 2015 15:32:10 +0000
(16:32 +0100)
automationTest/pom.xml
patch
|
blob
|
blame
|
history
diff --git
a/automationTest/pom.xml
b/automationTest/pom.xml
index
373128b
..
eded8e8
100644
(file)
--- a/
automationTest/pom.xml
+++ b/
automationTest/pom.xml
@@
-7,7
+7,22
@@
<groupId>com.owncloud</groupId>
<artifactId>androidtest</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>com.owncloud</groupId>
<artifactId>androidtest</artifactId>
<version>1.0-SNAPSHOT</version>
-
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.18.1</version>
+ <configuration>
+ <includes>
+ <include>**/*Test**.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<dependencies>
<dependency>
<groupId>junit</groupId>
@@
-17,7
+32,7
@@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
- <version>2.4
4
.0</version>
+ <version>2.4
5
.0</version>
</dependency>
<dependency>
<groupId>io.selendroid</groupId>
</dependency>
<dependency>
<groupId>io.selendroid</groupId>