Merge "Fix distribution generation"
[netconf.git] / karaf / pom.xml
index 2bd8d7a6d0f6b5bf2f7f318a4f84d4a72143f1bc..af56eea75f4f3fa4adac64ef93b9bcebede33bb2 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>4.0.5</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
           <skip>true</skip>
         </configuration>
       </plugin>
+
+      <plugin>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>karaf-plugin</artifactId>
+        <version>4.0.9-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <id>populate-local-repo</id>
+            <phase>prepare-package</phase>
+            <goals>
+              <goal>populate-local-repo</goal>
+            </goals>
+            <configuration>
+              <localRepo>${project.build.directory}/assembly/system</localRepo>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
   </build>