From 607899f5a3582bfbc7ff6d4061c4f5e0612f9a4e Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Sat, 18 Feb 2012 16:47:14 -0500 Subject: install local p2 metadata for for m2e-maven-runtime bundles ... this allows execution of m2e-core-tests against locally installed m2e-core and enables other similar scenarios with locally installed m2e. Signed-off-by: Igor Fedorenko --- m2e-maven-runtime/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'm2e-maven-runtime/pom.xml') diff --git a/m2e-maven-runtime/pom.xml b/m2e-maven-runtime/pom.xml index fb28a413..80c1053a 100644 --- a/m2e-maven-runtime/pom.xml +++ b/m2e-maven-runtime/pom.xml @@ -34,6 +34,7 @@ yyyyMMdd-HHmm ${maven.build.timestamp} 2.3.6 + 0.14.0 @@ -45,6 +46,15 @@ + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho.version} + true + + + @@ -68,6 +78,21 @@ + + org.eclipse.tycho + tycho-p2-plugin + ${tycho.version} + + + p2-metadata + + p2-metadata + update-local-index + + package + + + -- cgit v1.2.3