summaryrefslogtreecommitdiffstats
path: root/juju/pom.xml
diff options
context:
space:
mode:
authorluxin <luxin7@huawei.com>2017-09-12 21:29:50 +0800
committerluxin <luxin7@huawei.com>2017-09-12 21:29:50 +0800
commit8f0f056871ecf43fa8f10f51f61b47b5ce17eb88 (patch)
tree08c10bb1a6f075fbd212f481e1a2b05f5be346ed /juju/pom.xml
parent5f67269377e57c9d715b5b4a7a713d3259672acf (diff)
Resolve the compile problem
Resolve the compile problem for juju Change-Id: I5680b23a159b5d8dc943e1d733747d0f780c143b Issue-Id:VFC-327 Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'juju/pom.xml')
-rw-r--r--juju/pom.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/juju/pom.xml b/juju/pom.xml
new file mode 100644
index 0000000..d76761b
--- /dev/null
+++ b/juju/pom.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2016 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">
+ <parent>
+ <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
+ <artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>juju</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>nfvo/drivers/vnfm/gvnfm/juju</name>
+ <description>nfvo juju-vnfmadapter</description>
+ <modules>
+ <module>juju-vnfmadapter</module>
+ </modules>
+</project>