From 36e6053cf2093706c034982c06766afcb74a35b8 Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Wed, 9 Oct 2013 06:10:41 -0400 Subject: 418790 slf4j implementation for run-as maven Maven 3.1.1 uses SLF4J for all logging and there is absolutely no build progress feedback unless if no configure SLF4J implementation is available on classpath. This commit adds slf4j-simple and corresponding configuration that match what is used by Maven on command line. Signed-off-by: Igor Fedorenko --- .../src/main/resources/OSGI-INF/l10n/bundle.properties | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/main/resources/OSGI-INF/l10n/bundle.properties (limited to 'm2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/main/resources/OSGI-INF') diff --git a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/main/resources/OSGI-INF/l10n/bundle.properties b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/main/resources/OSGI-INF/l10n/bundle.properties new file mode 100644 index 00000000..7c2a53a3 --- /dev/null +++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/main/resources/OSGI-INF/l10n/bundle.properties @@ -0,0 +1,3 @@ +#Properties file for org.eclipse.m2e.maven.indexer +Bundle-Vendor = Eclipse.org - m2e +Bundle-Name = slf4j-simple for use in m2e embedded maven runtime \ No newline at end of file -- cgit v1.2.3