aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/vfc
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-06 17:03:29 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-07 11:43:24 +0530
commit3a50c013ed1cf0037e3b1115443a8a4a49b449d4 (patch)
tree1aac53eb729f32ac5b2f537b89cc56bbd3227c01 /products/onap-elalto/features/vfc
parentc74ae07f810f3b6526218beca97b2d9ffe6ab5ce (diff)
Add place holder for onap-el-alto
Issue-ID: CLI-169 Change-Id: Idcd8872f979844c69259bf126e09133cfc9a7018 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-elalto/features/vfc')
-rw-r--r--products/onap-elalto/features/vfc/pom.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/products/onap-elalto/features/vfc/pom.xml b/products/onap-elalto/features/vfc/pom.xml
new file mode 100644
index 00000000..cfc52606
--- /dev/null
+++ b/products/onap-elalto/features/vfc/pom.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2019 Huawei Technologies Co., Ltd.
+
+ 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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>cli-products-onap-elalto-features</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>cli-products-onap-elalto-features-vfc</artifactId>
+ <name>cli/products/onap-elalto/features/vfc</name>
+ <packaging>jar</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>