Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit c36ba4b

Browse files
author
Aleksi Salmela
committed
Change the exclude syntax at pom.
1 parent 22ec7ed commit c36ba4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@
9090
<artifactId>maven-surefire-plugin</artifactId>
9191
<version>2.18.1</version>
9292
<configuration>
93-
<excludes>
94-
<exclude>**/dummy-courses/**/*</exclude>
95-
</excludes>
93+
<excludes>**/dummy-courses/**/*</excludes>
9694
</configuration>
9795
</plugin>
9896
<plugin>

0 commit comments

Comments
 (0)