model pom.xml ci
[packetcable.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 74bfbeb6961c70d1fa4e4bd9ff71a241e2204fb3..7d327fbbf5ef60c7952ad6586089b79fc559e12f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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.controller</groupId>
@@ -8,21 +7,50 @@
                <version>1.1-SNAPSHOT</version>
        </parent>
 
-       <groupId>org.opendaylight.controller.packetcable</groupId>
-       <artifactId>packetcable-plugin</artifactId>
+       <groupId>org.opendaylight.packetcable</groupId>
+       <artifactId>packetcable</artifactId>
        <packaging>pom</packaging>
 
        <modules>
+               <module>packetcable-driver</module>
                <module>packetcable-model</module>
                <module>packetcable-consumer</module>
                <module>packetcable-provider</module>
-       </modules>
+                <module>features-packetcable</module>
+        </modules>
        <scm>
                <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
                <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
                <tag>HEAD</tag>
                <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
        </scm>
+<repositories>
+<!-- OpenDaylight releases -->
+<repository>
+<id>opendaylight-mirror</id>
+<name>opendaylight-mirror</name>
+<url>http://nexus.opendaylight.org/content/groups/public/</url>
+<snapshots>
+<enabled>false</enabled>
+</snapshots>
+<releases>
+<enabled>true</enabled>
+<updatePolicy>never</updatePolicy>
+</releases>
+</repository>
+<!-- OpenDaylight snapshots -->
+<repository>
+<id>opendaylight-snapshot</id>
+<name>opendaylight-snapshot</name>
+<url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
+<snapshots>
+<enabled>true</enabled>
+</snapshots>
+<releases>
+<enabled>false</enabled>
+</releases>
+</repository>
+</repositories>
        <dependencies>
                <dependency>
                        <groupId>org.opendaylight.controller.model</groupId>