Add RFC8294 models
[mdsal.git] / model / features / pom.xml
index 3f71f6409762db80bac4cccd4ec1a0378b21e152..3d67b9902e50b0c4febb29d9bc91d3cdd51c5565 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>features-parent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <artifactId>odlparent-lite</artifactId>
+        <version>3.1.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
-    <artifactId>features-mdsal-model</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
-    <packaging>jar</packaging>
-
-    <properties>
-      <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
-      <mdsal.version>2.1.0-SNAPSHOT</mdsal.version>
-    </properties>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.yangtools</groupId>
-                <artifactId>yangtools-artifacts</artifactId>
-                <version>${yangtools.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-artifacts</artifactId>
-                <version>${mdsal.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>mdsal-model-artifacts</artifactId>
-                <version>0.9.0-SNAPSHOT</version>
-                <scope>import</scope>
-                <type>pom</type>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>features-mdsal</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>iana-afn-safi</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>iana-if-type-2014-05-08</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-inet-types</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-interfaces</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-restconf</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-yang-types</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-yang-types-20130715</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>yang-ext</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>opendaylight-l2-types</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-ted</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-topology</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-topology-isis</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-topology-ospf</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-topology-l3-unicast-igp</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-network-2015-06-08</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-inet-types-2013-07-15</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-type-util</artifactId>
-        </dependency>
-    </dependencies>
-
-  <!--
-      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>
-
+    <artifactId>features-mdsal-model-aggregator</artifactId>
+    <version>0.13.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>features-mdsal-model</module>
+
+        <!-- Standards -->
+        <module>odl-mdsal-model-rfc6991</module>
+        <module>odl-mdsal-model-rfc7223</module>
+        <module>odl-mdsal-model-rfc7224</module>
+        <module>odl-mdsal-model-rfc7277</module>
+        <module>odl-mdsal-model-rfc7895</module>
+        <module>odl-mdsal-model-rfc7952</module>
+        <module>odl-mdsal-model-rfc8294</module>
+        <module>odl-mdsal-model-rfc8342</module>
+        <module>odl-mdsal-model-rfc8343</module>
+        <module>odl-mdsal-model-rfc8344</module>
+        <module>odl-mdsal-model-rfc8345</module>
+        <module>odl-mdsal-model-rfc8345-non-nmda</module>
+
+        <!-- IETF drafts -->
+        <module>odl-mdsal-model-draft-bierman-netconf-restconf-02</module>
+        <module>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</module>
+        <module>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</module>
+        <module>odl-mdsal-model-draft-ietf-lisp-lcaf-10</module>
+        <module>odl-mdsal-model-draft-ietf-netmod-acl-model-07</module>
+        <module>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</module>
+
+        <!-- OpenDaylight-specific -->
+        <module>odl-mdsal-model-odl-l2-types</module>
+    </modules>
 </project>