Add vfc feature in onap dublin 76/79876/4
authorHaibin Huang <haibin.huang@intel.com>
Thu, 14 Mar 2019 10:45:16 +0000 (18:45 +0800)
committerHaibin Huang <haibin.huang@intel.com>
Thu, 14 Mar 2019 10:45:16 +0000 (18:45 +0800)
Change-Id: If580e569acdc946b0868a8d0ef527de9b265056d
Issue-ID: CLI-149
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
products/onap-dublin/features/pom.xml
products/onap-dublin/features/vfc/pom.xml [new file with mode: 0644]

index 3b6335f..a5b63d1 100644 (file)
@@ -37,6 +37,7 @@
         <module>sdc</module>
         <module>policy</module>
         <module>multicloud</module>
+        <module>vfc</module>
     </modules>
 
      <build>
diff --git a/products/onap-dublin/features/vfc/pom.xml b/products/onap-dublin/features/vfc/pom.xml
new file mode 100644 (file)
index 0000000..9506663
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright © Intel Corporation 2019
+
+   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-dublin-features</artifactId>
+        <version>2.0.6</version>
+    </parent>
+
+    <artifactId>cli-products-onap-dublin-features-vfc</artifactId>
+    <name>cli/products/onap-dublin/features/vfc</name>
+    <packaging>jar</packaging>
+    <build>
+        <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-dependency-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
+</project>