Merge "Yangman - redesign menu items"
[dlux.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dca409e130018d6d9a8683c10a81a0f574b62d8d..5e59d596d44dbef9fe5f2c7884ca27525c547228 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 <?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-web</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <properties>
-        <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
-    </properties>
+    <artifactId>dlux-parent</artifactId>
+    <version>0.5.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>dlux</name> <!-- Used by Sonar to set project name -->
 
-    <dependencies>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>org.springframework.web</artifactId>
-            <version>3.1.3.RELEASE</version>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-            <version>3.1.3.RELEASE</version>
-        </dependency>
+    <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>
 
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-webmvc</artifactId>
-            <version>3.1.3.RELEASE</version>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.jackson</groupId>
-            <artifactId>jackson-mapper-asl</artifactId>
-            <version>1.9.10</version>
-        </dependency>
-    </dependencies>
+      <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>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>exec-maven-plugin</artifactId>
-                <version>1.3.1</version>
-                <executions>
-                    <execution>
-                        <phase>process-resources</phase>
-                        <goals>
-                            <goal>exec</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <executable>grunt</executable>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Import-Package>*</Import-Package>
-                        <Export-Package>org.opendaylight.dlux.web</Export-Package>
-                        <Web-ContextPath>/dlux</Web-ContextPath>
-                    </instructions>
-                    <manifestLocation>src/main/resources/META-INF</manifestLocation>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <pluginRepositories>
-        <!-- OpenDayLight Repo Mirror -->
-        <pluginRepository>
-            <id>opendaylight-mirror</id>
-            <name>opendaylight-mirror</name>
-            <url>${nexusproxy}/groups/public/</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
+    <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>
 
-    <repositories>
-        <!-- OpenDayLight Repo Mirror -->
-        <repository>
-            <id>opendaylight-mirror</id>
-            <name>opendaylight-mirror</name>
-            <url>${nexusproxy}/groups/public/</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-            </releases>
-        </repository>
-    </repositories>
+  <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>