summaryrefslogtreecommitdiffstats
path: root/netconf/features/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'netconf/features/pom.xml')
-rw-r--r--netconf/features/pom.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/netconf/features/pom.xml b/netconf/features/pom.xml
new file mode 100644
index 0000000..c326f18
--- /dev/null
+++ b/netconf/features/pom.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
+<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.opendaylight.odlparent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>10.0.2</version>
+ <relativePath/>
+ </parent>
+
+ <groupId>org.onap.ccsdk.odl-legacy</groupId>
+ <artifactId>netconf-features-parent</artifactId>
+ <version>1.0.0</version>
+ <packaging>pom</packaging>
+
+ <properties>
+ <maven.deploy.skip>true</maven.deploy.skip>
+ <maven.install.skip>true</maven.install.skip>
+ </properties>
+
+ <modules>
+ <module>restconf</module>
+ </modules>
+
+</project>