lost pom entries
[packetcable.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8e989ac1dbd7f08b89233bef8080c794a22d6de2..44966386368b12e6594fd1303083aa0add3e89ec 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
 <?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>
@@ -7,50 +8,64 @@
                <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>
 
+   <distributionManagement>
+        <!-- OpenDayLight Released artifact -->
+        <repository>
+            <id>opendaylight-release</id>
+            <url>${nexusproxy}/repositories/opendaylight.release</url>
+        </repository>
+        <!-- OpenDayLight Snapshot artifact -->
+        <snapshotRepository>
+            <id>opendaylight-snapshot</id>
+            <url>${nexusproxy}/repositories/opendaylight.snapshot</url>
+        </snapshotRepository>
+    </distributionManagement>
+
        <modules>
                <module>packetcable-driver</module>
                <module>packetcable-model</module>
-               <module>packetcable-consumer</module>
                <module>packetcable-provider</module>
-                <module>features-packetcable</module>
-        </modules>
+               <module>features-packetcable</module>
+               <module>packetcable-config</module>
+               <module>packetcable-karaf</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>
+               <connection>scm:git:ssh://git.opendaylight.org:29418/packetcable.git</connection>
+               <developerConnection>scm:git:ssh://git.opendaylight.org:29418/packetcable.git</developerConnection>
                <tag>HEAD</tag>
-               <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
+               <url>https://wiki.opendaylight.org/view/PacketCablePCMM:Main</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>
+       <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>
                        <groupId>org.opendaylight.yangtools.model</groupId>
                        <artifactId>opendaylight-l2-types</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller.model</groupId>
+                       <artifactId>model-flow-statistics</artifactId>
+               </dependency>
        </dependencies>
        <build>
-       <plugins>
-        <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-        </plugin>
-        </plugins>
-        </build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-checkstyle-plugin</artifactId>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+
+
+       <!-- <profiles> -->
+       <!-- <profile> -->
+       <!-- <id>integrationtests</id> -->
+       <!-- <activation> -->
+       <!-- <activeByDefault>false</activeByDefault> -->
+       <!-- </activation> -->
+       <!-- <modules> -->
+       <!-- <module>packetcable-it</module> -->
+       <!-- </modules> -->
+       <!-- </profile> -->
+       <!-- </profiles> -->
+
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>opendaylight-central</id>
+            <name>opendaylight-central</name>
+            <url>${nexusproxy}/repositories/public</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
+        <pluginRepository>
+            <id>opendaylight-snapshot</id>
+            <name>central2</name>
+            <url>${nexusproxy}/repositories/opendaylight.snapshot</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
 
 
-<!--   <profiles> -->
-<!--           <profile> -->
-<!--                   <id>integrationtests</id> -->
-<!--                   <activation> -->
-<!--                           <activeByDefault>false</activeByDefault> -->
-<!--                   </activation> -->
-<!--                   <modules> -->
-<!--                           <module>packetcable-it</module> -->
-<!--                   </modules> -->
-<!--           </profile> -->
-<!--   </profiles> -->
 </project>