Enable jacoco in artifacts (for development)
[alto.git] / alto-core / standard-service-models / model-endpointcost / artifacts / pom.xml
index 024efdc9605512b793a65e9c6f17b3edbc3ce15f..86d7b71cf97819db5e3c87cf054d9ff4c924f365 100644 (file)
@@ -9,10 +9,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
 <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.alto</groupId>
+    <artifactId>alto-parent</artifactId>
+    <version>0.2.0-SNAPSHOT</version>
+    <relativePath>../../../../</relativePath>
+  </parent>
+
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.alto.core</groupId>
   <artifactId>alto-service-model-endpointcost-artifacts</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>