We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47604ba commit 422857bCopy full SHA for 422857b
1 file changed
interfaces-ext/pom.xml
@@ -80,6 +80,25 @@
80
81
82
<profiles>
83
+ <profile>
84
+ <id>win</id>
85
+ <activation>
86
+ <os><family>windows</family></os>
87
+ </activation>
88
+ <build>
89
+ <plugins>
90
+ <plugin>
91
+ <groupId>org.apache.maven.plugins</groupId>
92
+ <artifactId>maven-surefire-plugin</artifactId>
93
+ <configuration>
94
+ <excludes>
95
+ <exclude>org/dllearner/cli/unife/CLILEAP*</exclude>
96
+ </excludes>
97
+ </configuration>
98
+ </plugin>
99
+ </plugins>
100
+ </build>
101
+ </profile>
102
<profile>
103
<id>jetty</id>
104
<properties>
0 commit comments