Skip to content

Commit d01d050

Browse files
author
Mark
committed
configure maven-surefire-plugin
1 parent 812a57c commit d01d050

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,16 @@
154154
</executions>
155155
</plugin>
156156

157-
<!-- <plugin> -->
158-
<!-- <artifactId>maven-surefire-plugin</artifactId> -->
159-
<!-- <version>2.19.1</version> -->
160-
<!-- <configuration> -->
161-
<!-- <forkCount>0</forkCount> -->
162-
<!-- <includes> -->
163-
<!-- <include>com/arangodb/ArangoTestSuite.java</include> -->
164-
<!-- </includes> -->
165-
<!-- </configuration> -->
166-
<!-- </plugin> -->
157+
<plugin>
158+
<artifactId>maven-surefire-plugin</artifactId>
159+
<version>2.19.1</version>
160+
<configuration>
161+
<includes>
162+
<include>**/*Test.java</include>
163+
<include>**/*Example.java</include>
164+
</includes>
165+
</configuration>
166+
</plugin>
167167

168168
<plugin>
169169
<artifactId>maven-deploy-plugin</artifactId>

0 commit comments

Comments
 (0)