You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by sm...@apache.org on 2021/04/22 13:33:27 UTC

[incubator-nlpcraft] branch NLPCRAFT-91-MODULES updated: Add 'alarm' example to 'examples' profile.

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

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


The following commit(s) were added to refs/heads/NLPCRAFT-91-MODULES by this push:
     new 3bd9543  Add 'alarm' example to 'examples' profile.
3bd9543 is described below

commit 3bd95435d650c5405f07712ab5a9c005041dc5ae
Author: smakov <sm...@apache.org>
AuthorDate: Thu Apr 22 16:33:11 2021 +0300

    Add 'alarm' example to 'examples' profile.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 492c7fe..22a537f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -728,8 +728,9 @@
         </profile>
 
         <profile>
-            <id>example-minecraft</id>
+            <id>examples</id>
             <modules>
+                <module>nlpcraft-examples/alarm</module>
                 <module>nlpcraft-examples/minecraft</module>
             </modules>
         </profile>