We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0433605 commit 47604baCopy full SHA for 47604ba
1 file changed
components-ext/pom.xml
@@ -33,6 +33,19 @@
33
</exclusions>
34
</dependency>
35
</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>
49
</profile>
50
</profiles>
51
<dependencies>
0 commit comments