Skip to content

Commit 422857b

Browse files
committed
exclude test on win
1 parent 47604ba commit 422857b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

interfaces-ext/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,25 @@
8080

8181

8282
<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>
83102
<profile>
84103
<id>jetty</id>
85104
<properties>

0 commit comments

Comments
 (0)