aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorxudan16 <xudan16@huawei.com>2022-07-08 14:45:52 +0800
committerDan Xu <xudan16@huawei.com>2022-07-12 02:24:05 +0000
commitfe06a99cd9bce8ea94493d9735d629377946b3f2 (patch)
treef9395b9a5ff6b991ce5ce11af60f1082897e71be /pom.xml
parent2369b55a48d6ca3ce251b86e0c4150806e60f183 (diff)
Add standalone module into intent analysis
This standalone module is used for docker build. This is align with UUI other projects. Signed-off-by: xudan16 <xudan16@huawei.com> Issue-ID: USECASEUI-693 Change-Id: I5fa71ff770f1d27851cc37460c37ca5477393bf2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 96ecf00..bd3e901 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2022 Huawei Technologies Co., Ltd. All rights reserved.
+
+ Licensed 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.
+ -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -17,6 +32,7 @@
<version>0.0.1-SNAPSHOT</version>
<modules>
<module>intentanalysis</module>
+ <module>standalone</module>
</modules>
<properties>