Fix distribution generation 78/79478/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Jan 2019 14:08:41 +0000 (15:08 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Jan 2019 14:08:41 +0000 (15:08 +0100)
This is a hot-fix for creation of distro, just to get things
rolling.

Change-Id: Ibbfbf4872bf2561aa7449e0bfb313a75532fabd6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/pom.xml

index 319076a8f56938fb02d93ca7d29172dea4bc60bc..af56eea75f4f3fa4adac64ef93b9bcebede33bb2 100644 (file)
           <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>