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

Commit 6c758b7

Browse files
author
Aleksi Salmela
committed
Exclude the dummy courses from surefire.
1 parent b9d8fbb commit 6c758b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-surefire-plugin</artifactId>
9191
<version>2.18.1</version>
92+
<configuration>
93+
<excludes>
94+
<exclude>**/dummy-courses/**/*</exclude>
95+
</excludes>
96+
</configuration>
9297
</plugin>
9398
<plugin>
9499
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)