Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2013-10-09 10:32:50 +0000
committerIgor Fedorenko2013-10-09 10:55:20 +0000
commitabc3021cac91abbbd93c87d5cd3dedc73af2d379 (patch)
treec69065921a4c05717632cb92bf7d4d8f663e1090 /m2e-maven-runtime
parent9219b6e8403e11dc8ab00b721db50685a5156d9c (diff)
downloadm2e-core-abc3021cac91abbbd93c87d5cd3dedc73af2d379.tar.gz
m2e-core-abc3021cac91abbbd93c87d5cd3dedc73af2d379.tar.xz
m2e-core-abc3021cac91abbbd93c87d5cd3dedc73af2d379.zip
use Eclipse-BundleShape dir for maven runtime and component bundles
maven runtime and component bundles embed jars and it is slightly more efficient, both in terms of space and time, to unzip them during installation. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'm2e-maven-runtime')
-rw-r--r--m2e-maven-runtime/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/m2e-maven-runtime/pom.xml b/m2e-maven-runtime/pom.xml
index 628cf387..8df3154b 100644
--- a/m2e-maven-runtime/pom.xml
+++ b/m2e-maven-runtime/pom.xml
@@ -75,7 +75,12 @@
<Bundle-Name>%Bundle-Name</Bundle-Name>
<Bundle-Vendor>%Bundle-Vendor</Bundle-Vendor>
<Bundle-ClassPath>{maven-dependencies}</Bundle-ClassPath>
+
+ <Eclipse-BundleShape>dir</Eclipse-BundleShape>
</instructions>
+ <archive>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ </archive>
</configuration>
</plugin>
<plugin>

Back to the top