This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master-0.7.2-update
in repository
https://gitbox.apache.org/repos/asf/incubator-nlpcraft-java-client.git
The following commit(s) were added to refs/heads/master-0.7.2-update by this
push:
new 3d1c199 WIP.
3d1c199 is described below
commit 3d1c1990605b8419aa44d09f60088be846ea0d60
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Dec 4 21:38:27 2020 +0300
WIP.
---
pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/pom.xml b/pom.xml
index b1fbaaf..8aa3f44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,6 +403,15 @@
<includes>
<include>**/*.*</include>
</includes>
+ <excludes>
+ <!--
+ Some tests skipped on maven `verify` phase.
+ ===========================================
+ -->
+ <!-- Reason: 'contextWordServer' should be
started. -->
+ <exclude>**/NCModelTest.*</exclude>
+ </excludes>
+
</configuration>
</execution>
</executions>