This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-150
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-150 by this push:
new c113035 Update pom.xml
c113035 is described below
commit c113035fd9bab3d4c9449f5bcddf0522312fb165
Author: Aaron Radzinski <[email protected]>
AuthorDate: Wed Oct 14 09:51:56 2020 -0700
Update pom.xml
---
nlpcraft/pom.xml | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 1bbad24..a4b8cda 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -371,13 +371,15 @@
<include>**/*.*</include>
</includes>
<excludes>
- <!-- Some tests skipped on maven `verify`
phase. -->
- <!-- Reasons -->
- <!-- Weather service is not stable enough and
can be used for local tests only. -->
+ <!--
+ Some tests skipped on maven `verify` phase.
+ ===========================================
+ -->
+ <!-- Reason: weather service is not stable
enough and can be used for local tests only. -->
<exclude>**/NCConversationSpec.*</exclude>
- <!-- Too huge output. -->
+ <!-- Reason: output is to big. -->
<exclude>**/NCDateGeneratorSpec.*</exclude>
- <!-- ContextWordServer should be started. -->
+ <!-- Reason: 'contextWordServer' should be
started. -->
<exclude>**/NCRestModelSpec.*</exclude>
</excludes>
</configuration>