You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/09/21 08:47:52 UTC

[incubator-nlpcraft] branch NLPCRAFT-132 created (now f0c729f)

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a change to branch NLPCRAFT-132
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


      at f0c729f  NCConversationSpec test excluded from maven integration tests.

This branch includes the following new commits:

     new f0c729f  NCConversationSpec test excluded from maven integration tests.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-nlpcraft] 01/01: NCConversationSpec test excluded from maven integration tests.

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-132
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit f0c729f7404f8baeb3d36f94ee7bc2b3dab71030
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Mon Sep 21 11:47:46 2020 +0300

    NCConversationSpec test excluded from maven integration tests.
---
 nlpcraft/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 67a57bb..ea34cdb 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -336,6 +336,9 @@
                             <includes>
                                 <include>**/*.*</include>
                             </includes>
+                            <excludes>
+                                <exclude>**/NCConversationSpec.*</exclude>
+                            </excludes>
                         </configuration>
                     </execution>
                 </executions>