Bundle all jars with distro
authorEd Warnicke <eaw@cisco.com>
Tue, 26 Aug 2014 21:19:52 +0000 (16:19 -0500)
committerEd Warnicke <eaw@cisco.com>
Tue, 26 Aug 2014 21:19:52 +0000 (16:19 -0500)
Change-Id: I308a0298ea743bef8a252c106233eac94b162470
Signed-off-by: Ed Warnicke <eaw@cisco.com>
distributions/extra/karaf/pom.xml

index b41920898952d27a48f006086c64f3b4467bf154..d048506189fe5aa1aa17cc1aafb8ff4377840080 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>
+              <overWriteReleases>false</overWriteReleases>
+              <overWriteSnapshots>true</overWriteSnapshots>
+              <overWriteIfNewer>true</overWriteIfNewer>
+              <useRepositoryLayout>true</useRepositoryLayout>
+              <addParentPoms>true</addParentPoms>
+              <copyPom>true</copyPom>
+            </configuration>
+          </execution>
         </executions>
       </plugin>
       <plugin>