Revert "Bug 3656: Use karaf-plugin"
authorLuis Gomez <ecelgp@gmail.com>
Wed, 17 Jun 2015 23:56:27 +0000 (23:56 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 18 Jun 2015 00:06:25 +0000 (00:06 +0000)
This reverts commit 3a2cc36c5591e644075f8c4ad61166294157533e.

Change-Id: I8be38d29215fb7d68d5955b26d683026e07be496
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
distributions/karaf/pom.xml

index b74bed6c1b2503cda1460f8b0ba3fc07cd7b77ce..b7a415257963ad4f7e248e93c4fe812fa26d30ae 100644 (file)
              <ignorePermissions>false</ignorePermissions>
             </configuration>
           </execution>
+          <execution>
+            <id>copy-dependencies</id>
+            <phase>prepare-package</phase>
+            <goals>
+              <goal>copy-dependencies</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.build.directory}/assembly/system</outputDirectory>
+              <excludeArtifactIds>distribution.vtn-coordinator</excludeArtifactIds>
+              <overWriteReleases>false</overWriteReleases>
+              <overWriteSnapshots>true</overWriteSnapshots>
+              <overWriteIfNewer>true</overWriteIfNewer>
+              <useRepositoryLayout>true</useRepositoryLayout>
+              <addParentPoms>true</addParentPoms>
+              <copyPom>true</copyPom>
+            </configuration>
+          </execution>
           <execution>
             <id>copy-externalapps</id>
             <phase>prepare-package</phase>
             </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>karaf-plugin</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <id>populate-local-repo</id>
-            <goals>
-              <goal>populate-local-repo</goal>
-            </goals>
-            <configuration>
-              <localRepo>${project.build.directory}/assembly/system</localRepo>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
   <scm>