From e69dfe4219c7aba15b365c39d32900f1765c71b7 Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Sat, 23 Nov 2013 17:25:52 -0500 Subject: cleanup: removed remnants of maven plugin development support Signed-off-by: Igor Fedorenko --- .../internal/launch/MavenRuntimeLaunchSupport.java | 4 ---- .../lifecycle-mapping-metadata.xml | 23 ---------------------- 2 files changed, 27 deletions(-) diff --git a/org.eclipse.m2e.launching/src/org/eclipse/m2e/internal/launch/MavenRuntimeLaunchSupport.java b/org.eclipse.m2e.launching/src/org/eclipse/m2e/internal/launch/MavenRuntimeLaunchSupport.java index 546caa2f..2782e976 100644 --- a/org.eclipse.m2e.launching/src/org/eclipse/m2e/internal/launch/MavenRuntimeLaunchSupport.java +++ b/org.eclipse.m2e.launching/src/org/eclipse/m2e/internal/launch/MavenRuntimeLaunchSupport.java @@ -189,10 +189,6 @@ public class MavenRuntimeLaunchSupport { // m2.conf properties.appendProperty("classworlds.conf", quote(cwconfFile.getAbsolutePath())); //$NON-NLS-1$ - // maven bootclasspath, i.e. classworlds jar. - // TODO only used by ITs, so consider making optional - properties.appendProperty("maven.bootclasspath", quote(MavenLaunchUtils.toPath(getBootClasspath()))); - return properties; } diff --git a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml index c7c14d20..7e473346 100644 --- a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml +++ b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml @@ -1,29 +1,6 @@ - - maven-plugin - org.eclipse.m2e.jdt.JarLifecycleMapping - - - - org.apache.maven.plugins - maven-plugin-plugin - [2.3,) - - descriptor - helpmojo - - - - - false - - - - - - war org.eclipse.m2e.jdt.JarLifecycleMapping -- cgit v1.2.3