Initial commit for OLM
[transportpce.git] / features / pom.xml
index 5197804691ee596b1953affc275de9e7c2aa01de..91f24608dfd982eb1b4df409a1415ba854585fd2 100644 (file)
@@ -20,6 +20,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>transportpce-features</artifactId>
   <version>0.1.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
+  <!-- <packaging>kar</packaging>
+  This packaging solves a compilation warning but seems forbidden.
+  According to ODL documentation, the kar packaging should not be used in profit of the jar one (normally inherited)
+  https://bugs.opendaylight.org/show_bug.cgi?id=2760
+  http://docs.opendaylight.org/en/stable-boron/developer-guide/odl-parent-developer-guide.html#features-parent   -->
 
   <properties>
     <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
@@ -186,6 +191,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>transportpce-renderer</artifactId>
       <version>${project.version}</version>
     </dependency>
+   <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>transportpce-olm</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>transportpce-api</artifactId>