diff options
Diffstat (limited to 'netconf/features/restconf/pom.xml')
-rw-r--r-- | netconf/features/restconf/pom.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/netconf/features/restconf/pom.xml b/netconf/features/restconf/pom.xml new file mode 100644 index 0000000..cf460cd --- /dev/null +++ b/netconf/features/restconf/pom.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright © 2017 Red Hat, Inc. and others. + + 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.odk-legacy</groupId> + <artifactId>features-restconf-aggregator</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>odl-restconf-nb-bierman02</module> + </modules> +</project> |