Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit ad12ddd

Browse files
committed
Removed surefire plugin and configure failsafe for Travis
1 parent 6f6849d commit ad12ddd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -193,19 +193,14 @@
193193
</plugin>
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196-
<artifactId>maven-surefire-plugin</artifactId>
196+
<artifactId>maven-failsafe-plugin</artifactId>
197197
<version>2.19.1</version>
198198
<!-- NOTE: Configuration as per http://stackoverflow.com/a/33757854 -->
199199
<configuration>
200200
<forkCount>3</forkCount>
201201
<reuseForks>true</reuseForks>
202202
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
203203
</configuration>
204-
</plugin>
205-
<plugin>
206-
<groupId>org.apache.maven.plugins</groupId>
207-
<artifactId>maven-failsafe-plugin</artifactId>
208-
<version>2.19.1</version>
209204
<executions>
210205
<execution>
211206
<goals>

0 commit comments

Comments
 (0)