Skip to content

Commit 81389ee

Browse files
authored
skip test on kcbq-api build (#142)
1 parent 72913a5 commit 81389ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

kcbq-api/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@
7979
<skip>true</skip>
8080
</configuration>
8181
</plugin>
82+
<plugin>
83+
<groupId>org.apache.maven.plugins</groupId>
84+
<artifactId>maven-surefire-plugin</artifactId>
85+
<configuration>
86+
<skip>true</skip>
87+
</configuration>
88+
</plugin>
8289
</plugins>
8390
</build>
8491
</project>

0 commit comments

Comments
 (0)