Skip to content

Commit fb0966e

Browse files
committed
try to exclude test from showcase-native.
1 parent a6b5433 commit fb0966e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

showcase/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@
9595
</buildArgs>
9696
</configuration>
9797
</plugin>
98+
<plugin>
99+
<groupId>org.apache.maven.plugins</groupId>
100+
<artifactId>maven-surefire-plugin</artifactId>
101+
<configuration>
102+
<excludes>
103+
<exclude>**/ITLogging.java</exclude>
104+
</excludes>
105+
</configuration>
106+
</plugin>
98107
</plugins>
99108
</build>
100109
</profile>

0 commit comments

Comments
 (0)