Adding coverage for MetricProvider
[serviceutils.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 62e68ffcb71b3f79a99b02359e5ee07c3fc1fc04..82ceb5569796ba9c19e0f09479e70b8e56a58ac4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (c) 2017 Ericsson India Global Services Pvt Ltd. and others. All rights reserved.
+Copyright © 2018 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
 
 This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -12,24 +12,45 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>2.0.5</version>
+    <version>9.0.6</version>
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.genius</groupId>
-  <artifactId>srm-aggregator</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
-  <!-- <name> formatting is used by autorelease to parse and notify projects on
-       build failure. Please do not modify this unless you have a good reason. -->
-  <name>ODL :: genius :: ${project.artifactId}</name>
+  <groupId>org.opendaylight.serviceutils</groupId>
+  <artifactId>serviceutils-aggregator</artifactId>
+  <version>0.9.0-SNAPSHOT</version>
+  <name>serviceutils</name>
   <packaging>pom</packaging>
 
+  <scm>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/serviceutils.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/serviceutils.git</developerConnection>
+    <tag>HEAD</tag>
+    <url>https://wiki.opendaylight.org/view/serviceutils:Main</url>
+  </scm>
+
   <modules>
-    <module>api</module>
-    <module>impl</module>
-    <module>shell</module>
+    <module>commons</module>
+    <module>tools</module>
+    <module>features</module>
+    <module>artifacts</module>
+    <module>srm</module>
+    <module>upgrade</module>
   </modules>
 
+  <profiles>
+    <profile>
+      <id>karaf</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+
+      <modules>
+        <module>karaf</module>
+      </modules>
+    </profile>
+  </profiles>
+
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>