--- /dev/null
+/target/
+.iml
+.project
+.settings/
+.checkstyle
+.classpath
+coverage-report/
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+ Copyright (c) 2018, Huawei Technologies Co., Ltd.\r
+\r
+ Licensed under the Apache License, Version 2.0 (the "License");\r
+ you may not use this file except in compliance with the License.\r
+ You may obtain a copy of the License at\r
+\r
+ http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ Unless required by applicable law or agreed to in writing, software\r
+ distributed under the License is distributed on an "AS IS" BASIS,\r
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ See the License for the specific language governing permissions and\r
+ limitations under the License.\r
+ -->\r
+<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">\r
+ <modelVersion>4.0.0</modelVersion>\r
+ <parent>\r
+ <groupId>org.onap.vfc.nfvo.multivimproxy</groupId>\r
+ <artifactId>vfc-nfvo-multivimproxy</artifactId>\r
+ <version>1.0.0-SNAPSHOT</version>\r
+ <relativePath>../pom.xml</relativePath>\r
+ </parent>\r
+ <version>1.0.0-SNAPSHOT</version>\r
+ <artifactId>vfc-nfvo-multivimproxy-deployment</artifactId>\r
+ <name>vfc-nfvo-multivimproxy-deployment</name>\r
+ <packaging>pom</packaging>\r
+\r
+ <properties>\r
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
+ </properties>\r
+\r
+\r
+</project>\r
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+ Copyright (c) 2018, Huawei Technologies Co., Ltd.\r
+\r
+ Licensed under the Apache License, Version 2.0 (the "License");\r
+ you may not use this file except in compliance with the License.\r
+ You may obtain a copy of the License at\r
+\r
+ http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ Unless required by applicable law or agreed to in writing, software\r
+ distributed under the License is distributed on an "AS IS" BASIS,\r
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ See the License for the specific language governing permissions and\r
+ limitations under the License.\r
+ -->\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
+ <parent>\r
+ <groupId>org.onap.oparent</groupId>\r
+ <artifactId>oparent</artifactId>\r
+ <version>0.1.1</version>\r
+ </parent>\r
+ <modelVersion>4.0.0</modelVersion>\r
+ <groupId>org.onap.vfc.nfvo.multivimproxy</groupId>\r
+ <artifactId>vfc-nfvo-multivimproxy</artifactId>\r
+ <packaging>pom</packaging>\r
+ <version>1.0.0-SNAPSHOT</version>\r
+ <name>vfc-nfvo-multivimproxy</name>\r
+ <description>vfc nfvo multivimproxy</description>\r
+ \r
+ <build>\r
+ <finalName>vfc-nfvo-multivimproxy</finalName>\r
+ <plugins>\r
+ <plugin>\r
+ <groupId>org.apache.maven.plugins</groupId>\r
+ <artifactId>maven-surefire-plugin</artifactId>\r
+ <version>2.19</version>\r
+ <configuration>\r
+ <testFailureIgnore>true</testFailureIgnore>\r
+ <includes>\r
+ <include>**/*Spec*</include>\r
+ <include>**/Test*.java</include>\r
+ <include>**/*Test.java</include>\r
+ <include>**/*TestCase.java</include>\r
+ <include>**/Test*.scala</include>\r
+ <include>**/*Test.scala</include>\r
+ <include>**/*TestCase.scala</include>\r
+ </includes>\r
+ </configuration>\r
+ </plugin>\r
+\r
+ <plugin>\r
+ <groupId>org.codehaus.mojo</groupId>\r
+ <artifactId>cobertura-maven-plugin</artifactId>\r
+ <version>2.7</version>\r
+ <configuration>\r
+ <formats>\r
+ <format>html</format>\r
+ <format>xml</format>\r
+ </formats>\r
+ <instrumentation>\r
+ <excludes>\r
+ <exclude>org/**/*Test.class</exclude>\r
+ </excludes>\r
+ </instrumentation>\r
+ </configuration>\r
+ </plugin>\r
+ </plugins>\r
+ </build>\r
+ \r
+ <modules>\r
+ <module>service</module>\r
+ <module>deployment</module>\r
+ </modules>\r
+</project>\r
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+ Copyright 2018, Huawei Technologies Co., Ltd.\r
+\r
+ Licensed under the Apache License, Version 2.0 (the "License");\r
+ you may not use this file except in compliance with the License.\r
+ You may obtain a copy of the License at\r
+\r
+ http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ Unless required by applicable law or agreed to in writing, software\r
+ distributed under the License is distributed on an "AS IS" BASIS,\r
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ See the License for the specific language governing permissions and\r
+ limitations under the License.\r
+ -->\r
+<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">\r
+ <modelVersion>4.0.0</modelVersion>\r
+ <parent>\r
+ <groupId>org.onap.vfc.nfvo.multivimproxy</groupId>\r
+ <artifactId>vfc-nfvo-multivimproxy</artifactId>\r
+ <version>1.0.0-SNAPSHOT</version>\r
+ <relativePath>../pom.xml</relativePath>\r
+ </parent>\r
+\r
+ <artifactId>vfc-nfvo-multivimproxy-service</artifactId>\r
+ <version>1.0.0-SNAPSHOT</version>\r
+ <name>vfc-nfvo-multivimproxy-service</name>\r
+ <packaging>war</packaging>\r
+ <dependencies> \r
+ <dependency>\r
+ <groupId>junit</groupId>\r
+ <artifactId>junit</artifactId>\r
+ <version>4.12</version>\r
+ </dependency>\r
+ </dependencies>\r
+\r
+</project>\r
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2018 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.
+ -->
+
+<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
+ http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+
+</web-app>
\ No newline at end of file
--- /dev/null
+###########################################################\r
+# Versioning variables\r
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )\r
+# because they are used in Jenkins, whose plug-in doesn't support\r
+\r
+major=1\r
+minor=0\r
+patch=0\r
+\r
+base_version=${major}.${minor}.${patch}\r
+\r
+release_version=${base_version}\r
+snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file