Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2013-10-09 10:10:41 +0000
committerIgor Fedorenko2013-10-09 10:55:20 +0000
commit36e6053cf2093706c034982c06766afcb74a35b8 (patch)
tree372faa74da895bb99535772b11d266ab884bb5bb /org.eclipse.m2e.feature
parenta9a6c841e0fa5f648e284c32919c0066a9d58c74 (diff)
downloadm2e-core-36e6053cf2093706c034982c06766afcb74a35b8.tar.gz
m2e-core-36e6053cf2093706c034982c06766afcb74a35b8.tar.xz
m2e-core-36e6053cf2093706c034982c06766afcb74a35b8.zip
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 <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.feature')
-rw-r--r--org.eclipse.m2e.feature/feature.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.m2e.feature/feature.xml b/org.eclipse.m2e.feature/feature.xml
index 01a19ea9..21e79c07 100644
--- a/org.eclipse.m2e.feature/feature.xml
+++ b/org.eclipse.m2e.feature/feature.xml
@@ -94,6 +94,12 @@
version="0.0.0"/>
<plugin
+ id="org.eclipse.m2e.maven.runtime.slf4j.simple"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
id="org.eclipse.m2e.refactoring"
download-size="0"
install-size="0"

Back to the top