Fix to karaf-parent to copy in dependencies. 35/16035/1
authorEd Warnicke <eaw@cisco.com>
Wed, 4 Mar 2015 18:34:28 +0000 (10:34 -0800)
committerEd Warnicke <eaw@cisco.com>
Wed, 4 Mar 2015 18:34:28 +0000 (10:34 -0800)
Change-Id: I43602045be0f88d7f825f95d9e986adba136563f
Signed-off-by: Ed Warnicke <eaw@cisco.com>
karaf/karaf-parent/pom.xml

index baf67302e0d49f68affda9850d15cd6910177970..2d914b3fe29bf60daa5fa247c761f6faec89600d 100644 (file)
@@ -286,6 +286,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                 <overWriteSnapshots>true</overWriteSnapshots>
               </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>
           </executions>
         </plugin>
         <plugin>