Skip to content

Commit 47604ba

Browse files
committed
exclude tests where dlls are missing
1 parent 0433605 commit 47604ba

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

components-ext/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,19 @@
3333
</exclusions>
3434
</dependency>
3535
</dependencies>
36+
<build>
37+
<plugins>
38+
<plugin>
39+
<groupId>org.apache.maven.plugins</groupId>
40+
<artifactId>maven-surefire-plugin</artifactId>
41+
<configuration>
42+
<excludes>
43+
<exclude>org/dllearner/algorithms/probabilistic/structure/unife/leap/*</exclude>
44+
</excludes>
45+
</configuration>
46+
</plugin>
47+
</plugins>
48+
</build>
3649
</profile>
3750
</profiles>
3851
<dependencies>

0 commit comments

Comments
 (0)