Release issues fixes.
diff --git a/nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.properties b/nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.properties
index 290541c..fcfcac0 100644
--- a/nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.properties
+++ b/nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.properties
@@ -1,3 +1,18 @@
+# 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.
+
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip
diff --git a/pom.xml b/pom.xml
index 4c1b291..c11b5e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -675,6 +675,10 @@
                                 <exclude>src/main/scala/org/apache/nlpcraft/model/intent/compiler/antlr4/*</exclude>
                                 <exclude>src/main/scala/org/apache/nlpcraft/common/makro/antlr4/*</exclude>
                                 <exclude>src/main/resources/opennlp/en-lemmatizer.dict</exclude>
+                                <exclude>nlpcraft-examples/minecraft-mod/build/**/*</exclude>
+                                <exclude>nlpcraft-examples/minecraft-mod/.gradle/**/*</exclude>
+                                <exclude>nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.jar</exclude>
+                                <exclude>nlpcraft-examples/minecraft-mod/assets/nlpcraft-example-minecraft-mod-1.0.jar</exclude>
                             </excludes>
                             <numUnapprovedLicenses>0</numUnapprovedLicenses>
                         </configuration>