Trying out bgp-api with apidoc explorer
[unimgr.git] / pom.xml
diff --git a/pom.xml b/pom.xml
old mode 100755 (executable)
new mode 100644 (file)
index 8366177..7591bcc
--- a/pom.xml
+++ b/pom.xml
@@ -6,33 +6,25 @@ This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 -->
-<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.2" 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.6.0-SNAPSHOT</version>
+    <artifactId>odlparent-lite</artifactId>
+    <version>4.0.10</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-aggregator</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
-  <name>unimgr</name>
+  <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: unimgr :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
-  <modules>
-    <module>api</module>
-    <module>impl</module>
-    <module>cli</module>
-    <module>it</module>
-    <module>karaf</module>
-    <module>features</module>
-    <module>artifacts</module>
-  </modules>
+
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>
@@ -53,6 +45,39 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </plugins>
   </build>
 
+  <profiles>
+    <profile>
+      <id>models</id>
+      <modules>
+        <module>cisco-xrmodels</module>
+      </modules>
+      <activation><activeByDefault>true</activeByDefault></activation>
+    </profile>
+    <profile>
+      <id>main</id>
+      <modules>
+        <module>legato-api</module>
+        <module>nrp-api</module>
+        <module>bgp-api</module>
+        <module>impl</module>
+        <module>cisco-xr-driver</module>
+        <module>ovs-driver</module>
+        <module>template-driver</module>
+        <module>karaf</module>
+        <module>features</module>
+        <module>artifacts</module>
+      </modules>
+      <activation><activeByDefault>true</activeByDefault></activation>
+    </profile>
+    <profile>
+      <id>test</id>
+      <modules>
+        <module>it</module>
+      </modules>
+      <activation><activeByDefault>false</activeByDefault></activation>
+    </profile>
+  </profiles>
+
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/unimgr.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/unimgr.git</developerConnection>