File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments