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/10/08 19:33:58 UTC

[incubator-nlpcraft] branch master updated: Minor maven related issues fixes.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9bca19f  Minor maven related issues fixes.
9bca19f is described below

commit 9bca19f034a1a3323af7c2849a1abe0f5f52a8d6
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Thu Oct 8 22:33:50 2020 +0300

    Minor maven related issues fixes.
---
 .../org/apache/nlpcraft/examples/sql/sql_model.yaml     | 17 +++++++++++++++++
 .../apache/nlpcraft/examples/sql/sql_model_init.yaml    | 17 +++++++++++++++++
 pom.xml                                                 |  1 +
 3 files changed, 35 insertions(+)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml
index f001cb4..70bf2b3 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 id: "sql.model.id"
 name: "SQL-based model."
 version: "1.0.0-1579684422"
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model_init.yaml b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model_init.yaml
index 533ea56..dd4af10 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model_init.yaml
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model_init.yaml
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 id: "sql.model.id"
 name: "SQL-based model."
 version: "1.0.0-1589887347"
diff --git a/pom.xml b/pom.xml
index 34a67f9..7f24188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -641,6 +641,7 @@
                                 <exclude>.gitignore</exclude>
                                 <exclude>build</exclude>
                                 <exclude>.idea/**/*</exclude>
+                                <exclude>external/**/*</exclude>
                                 <exclude>javadoc/**/*</exclude>
                                 <exclude>.git/**/*</exclude>
                                 <exclude>venv</exclude>