Merge "Yangman - improvements - more info belove"
[dlux.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 870c52d64faf83126bb476e9998bfd363887cbf8..5e59d596d44dbef9fe5f2c7884ca27525c547228 100644 (file)
--- a/pom.xml
+++ b/pom.xml
-<?xml version="1.0" encoding="UTF-8"?>\r
-<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">\r
-\r
-  <parent>\r
-    <groupId>org.opendaylight.odlparent</groupId>\r
-    <artifactId>odlparent</artifactId>\r
-    <version>1.4.2-SNAPSHOT</version>\r
-    <relativePath></relativePath>\r
-  </parent>\r
-\r
-    <modelVersion>4.0.0</modelVersion>\r
-    <groupId>org.opendaylight.dlux</groupId>\r
-    <artifactId>dlux-web</artifactId>\r
-    <version>0.1.0-SNAPSHOT</version>\r
-    <packaging>bundle</packaging>\r
-    <properties>\r
-        <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
-    </properties>\r
-\r
-    <dependencies>\r
-        <dependency>\r
-            <groupId>org.springframework</groupId>\r
-            <artifactId>org.springframework.web</artifactId>\r
-            <version>3.1.3.RELEASE</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.springframework</groupId>\r
-            <artifactId>spring-web</artifactId>\r
-            <version>3.1.3.RELEASE</version>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.springframework</groupId>\r
-            <artifactId>spring-webmvc</artifactId>\r
-            <version>3.1.3.RELEASE</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.codehaus.jackson</groupId>\r
-            <artifactId>jackson-mapper-asl</artifactId>\r
-            <version>1.9.10</version>\r
-        </dependency>\r
-    </dependencies>\r
-\r
-    <build>\r
-        <plugins>\r
-            <plugin>\r
-                <groupId>org.codehaus.mojo</groupId>\r
-                <artifactId>exec-maven-plugin</artifactId>\r
-                <version>1.3.1</version>\r
-                <executions>\r
-                    <execution>\r
-                        <phase>process-resources</phase>\r
-                        <goals>\r
-                            <goal>exec</goal>\r
-                        </goals>\r
-                    </execution>\r
-                </executions>\r
-                <configuration>\r
-                    <executable>grunt</executable>\r
-                </configuration>\r
-            </plugin>\r
-            <plugin>\r
-                <groupId>org.apache.felix</groupId>\r
-                <artifactId>maven-bundle-plugin</artifactId>\r
-                <extensions>true</extensions>\r
-                <configuration>\r
-                    <instructions>\r
-                        <Import-Package>*</Import-Package>\r
-                        <Export-Package>org.opendaylight.dlux.web</Export-Package>\r
-                        <Web-ContextPath>/dlux</Web-ContextPath>\r
-                    </instructions>\r
-                    <manifestLocation>src/main/resources/META-INF</manifestLocation>\r
-                </configuration>\r
-            </plugin>\r
-        </plugins>\r
-    </build>\r
-\r
-  <repositories>\r
-    <!-- Opendaylight public group -->\r
-    <repository>\r
-      <id>opendaylight-public</id>\r
-      <name>opendaylight-public</name>\r
-      <url>${nexusproxy}/groups/public/</url>\r
-      <snapshots>\r
-        <enabled>false</enabled>\r
-      </snapshots>\r
-      <releases>\r
-        <enabled>true</enabled>\r
-        <updatePolicy>never</updatePolicy>\r
-      </releases>\r
-    </repository>\r
-    <!-- OpenDayLight Released artifact -->\r
-    <repository>\r
-      <id>opendaylight-release</id>\r
-      <name>opendaylight-release</name>\r
-      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>\r
-      <snapshots>\r
-        <enabled>false</enabled>\r
-      </snapshots>\r
-      <releases>\r
-        <enabled>true</enabled>\r
-      </releases>\r
-    </repository>\r
-    <!-- OpenDayLight Snapshot artifact -->\r
-    <repository>\r
-      <id>opendaylight-snapshot</id>\r
-      <name>opendaylight-snapshot</name>\r
-      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>\r
-      <snapshots>\r
-        <enabled>true</enabled>\r
-      </snapshots>\r
-      <releases>\r
-        <enabled>false</enabled>\r
-      </releases>\r
-    </repository>\r
-  </repositories>\r
-\r
-  <pluginRepositories>\r
-    <!-- Opendaylight public group -->\r
-    <pluginRepository>\r
-      <id>opendaylight-public</id>\r
-      <name>opendaylight-public</name>\r
-      <url>${nexusproxy}/groups/public/</url>\r
-      <snapshots>\r
-        <enabled>false</enabled>\r
-      </snapshots>\r
-      <releases>\r
-        <enabled>true</enabled>\r
-        <updatePolicy>never</updatePolicy>\r
-      </releases>\r
-    </pluginRepository>\r
-    <!-- OpenDayLight Released artifact -->\r
-    <pluginRepository>\r
-      <id>opendaylight-release</id>\r
-      <name>opendaylight-release</name>\r
-      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>\r
-      <snapshots>\r
-        <enabled>false</enabled>\r
-      </snapshots>\r
-      <releases>\r
-        <enabled>true</enabled>\r
-      </releases>\r
-    </pluginRepository>\r
-    <!-- OpenDayLight Snapshot artifact -->\r
-    <pluginRepository>\r
-      <id>opendaylight-snapshot</id>\r
-      <name>opendaylight-snapshot</name>\r
-      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>\r
-      <snapshots>\r
-        <enabled>true</enabled>\r
-      </snapshots>\r
-      <releases>\r
-        <enabled>false</enabled>\r
-      </releases>\r
-    </pluginRepository>\r
-  </pluginRepositories>\r
-\r
-</project>\r
+<?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">
+
+  <parent>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent</artifactId>
+    <version>1.8.0-SNAPSHOT</version>
+    <relativePath></relativePath>
+  </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.dlux</groupId>
+    <artifactId>dlux-parent</artifactId>
+    <version>0.5.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>dlux</name> <!-- Used by Sonar to set project name -->
+
+    <properties>
+      <commons.opendaylight.version>1.8.0-SNAPSHOT</commons.opendaylight.version>
+      <loader.resources.version>0.4.0-SNAPSHOT</loader.resources.version>
+      <core.resources.version>0.4.0-SNAPSHOT</core.resources.version>
+      <node.resources.version>0.4.0-SNAPSHOT</node.resources.version>
+      <connection_manager.resources.version>0.4.0-SNAPSHOT</connection_manager.resources.version>
+      <container.resources.version>0.4.0-SNAPSHOT</container.resources.version>
+      <flow.resources.version>0.4.0-SNAPSHOT</flow.resources.version>
+      <network.resources.version>0.4.0-SNAPSHOT</network.resources.version>
+      <topology.resources.version>0.4.0-SNAPSHOT</topology.resources.version>
+      <yangui.resources.version>0.4.0-SNAPSHOT</yangui.resources.version>
+      <yangman.resources.version>0.4.0-SNAPSHOT</yangman.resources.version>
+      <yangvisualizer.resources.version>0.4.0-SNAPSHOT</yangvisualizer.resources.version>
+      <common.authentication.resources.version>0.4.0-SNAPSHOT</common.authentication.resources.version>
+      <common.general.resources.version>0.4.0-SNAPSHOT</common.general.resources.version>
+      <common.navigation.resources.version>0.4.0-SNAPSHOT</common.navigation.resources.version>
+      <common.layout.resources.version>0.4.0-SNAPSHOT</common.layout.resources.version>
+      <common.topbar.resources.version>0.4.0-SNAPSHOT</common.topbar.resources.version>
+      <common.login.resources.version>0.4.0-SNAPSHOT</common.login.resources.version>
+      <common.yangutils.resources.version>0.4.0-SNAPSHOT</common.yangutils.resources.version>
+      <common.sigmatopology.resources.version>0.4.0-SNAPSHOT</common.sigmatopology.resources.version>
+      <restconf.version>1.5.0-SNAPSHOT</restconf.version>
+      <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+      <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
+      <branding.version>1.4.0-SNAPSHOT</branding.version>
+      <karaf.resources.version>1.8.0-SNAPSHOT</karaf.resources.version>
+      <feature.l2switch.version>0.5.0-SNAPSHOT</feature.l2switch.version>
+      <feature.aaa.version>0.5.0-SNAPSHOT</feature.aaa.version>
+      <feature.openflowplugin.version>0.4.0-SNAPSHOT</feature.openflowplugin.version>
+
+      <feature.test.version>1.8.0-SNAPSHOT</feature.test.version>
+      <feature.mdsal.version>1.5.0-SNAPSHOT</feature.mdsal.version>
+      <feature.dlux.version>0.5.0-SNAPSHOT</feature.dlux.version>
+      <feature.flow.version>1.5.0-SNAPSHOT</feature.flow.version>
+      <feature.yangtools.version>1.1.0-SNAPSHOT</feature.yangtools.version>
+      <apache.felix.osgi.compendium.version>1.4.0</apache.felix.osgi.compendium.version>
+      <javax.servlet-api.version>3.0.1</javax.servlet-api.version>
+      <karaf.empty.version>1.8.0-SNAPSHOT</karaf.empty.version>
+    </properties>
+
+    <modules>
+       <module>modules</module>
+       <module>dlux-web</module>
+       <module>loader/api</module>
+       <module>loader/impl</module>
+       <module>bundles</module>
+       <module>features</module>
+       <module>archetype</module>
+    </modules>
+
+  <scm>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/dlux.git</connection>     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/dlux.git</developerConnection>
+    <tag>HEAD</tag>
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_dlux:Main</url>
+  </scm>
+</project>