Bug 7566 - 1 - Map model module for binding2 57/50557/18
authorJakub Toth <jatoth@cisco.com>
Tue, 17 Jan 2017 15:11:49 +0000 (16:11 +0100)
committerJakub Toth <jatoth@cisco.com>
Thu, 26 Jan 2017 10:10:57 +0000 (10:10 +0000)
  * create module model-binding2 in mdsal

Change-Id: Ic46819d9468d3c7a74856ea868ffcc2b4061d0cc
Signed-off-by: Jakub Toth <jatoth@cisco.com>
model-binding2/pom.xml [new file with mode: 0644]
pom.xml

diff --git a/model-binding2/pom.xml b/model-binding2/pom.xml
new file mode 100644 (file)
index 0000000..a7d4f2b
--- /dev/null
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+ Copyright (c) 2017 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">
+
+    <parent>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
+        <relativePath/>
+    </parent>
+
+    <groupId>org.opendaylight.mdsal.model.binding2</groupId>
+    <version>0.10.0-SNAPSHOT</version>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>model-aggregator</artifactId>
+    <packaging>pom</packaging>
+    <name>${project.artifactId}</name>
+    <description>${project.artifactId}</description>
+
+  <!--
+      Maven Site Configuration
+
+      The following configuration is necessary for maven-site-plugin to
+      correctly identify the correct deployment path for OpenDaylight Maven
+      sites.
+  -->
+  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
+
+  <distributionManagement>
+    <site>
+      <id>opendaylight-site</id>
+      <url>${nexus.site.url}/${project.artifactId}/</url>
+    </site>
+  </distributionManagement>
+
+</project>
diff --git a/pom.xml b/pom.xml
index 2a5e559530fa74de701c9157f7f44853949c2f85..37f3a608844e36e1694c31d70dd87aa1544ba257 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
       <module>binding</module>
       <module>binding2</module>
       <module>model</module>
+      <module>model-binding2</module>
       <module>entityownership</module>
       <module>singleton-service</module>
     </modules>