Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] slf4j Dependency Error on plugin Install

This fixed the problem and the plugin installed successfully. 

 

Thank you!

 

From: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] On Behalf Of Jason van Zyl
Sent: Friday, July 19, 2013 9:54 PM
To: Maven Integration for Eclipse users mailing list
Subject: Re: [m2e-users] slf4j Dependency Error on plugin Install

 

Indigo is no longer officially supported for m2e, but we've created an update site that will allow the installation of m2e 1.4 into Indigo:

 

 

On Jul 19, 2013, at 9:45 PM, "Arthur, Kevin" <kevin.arthur@xxxxxxxxx> wrote:



New to the group.  Hello!

 

Also – forgive me – little java experience and even less using Eclipse and maven.  That’s about to change.  I’m following company installation and configuration instructions to set up my environment with limited support from more colleagues unfortunately.

 

So, instructions called for installation of a specific combination that apparently worked together:

- Java 6 (jdk 1.6.0_33)

- Eclipse Indigo 3.7.0

- Maven 3.0.5

- “m2e – Maven Integration for Eclipse” plugin  (http://download.eclipse.org/technology/m2e/releases/1.3/1.3.1.20130219-1424)

 

But no one saved the binaries for Maven and the plugin and it doesn’t seem they are available anymore.

 

I have installed Maven 3.1.0 and am attempting to install the only available version of the maven plugin, 1.4.  The maven install seems to be okay:

 

c:\projects\Tools>mvn --version

Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-27 19:15:3

2-0700)

Maven home: C:\projects\Tools\apache-maven-3.1.0\bin\..

Java version: 1.6.0_33, vendor: Sun Microsystems Inc.

Java home: C:\projects\Tools\jdk1.6.0_33\jre

Default locale: en_US, platform encoding: Cp1252

OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

c:\projects\Tools>

 

When I try to install the m2e plugin, however, I get this (most recently):

 

Details

Cannot complete the install because one or more required items could not be found.

  Software being installed: m2e - slf4j over logback logging (Optional) 1.4.0.20130601-0317 (org.eclipse.m2e.logback.feature.feature.group 1.4.0.20130601-0317)

  Missing requirement: m2e logback configuration 1.4.0.20130601-0317 (org.eclipse.m2e.logback.configuration 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found

  Cannot satisfy dependency:

    From: m2e - slf4j over logback logging (Optional) 1.4.0.20130601-0317 (org.eclipse.m2e.logback.feature.feature.group 1.4.0.20130601-0317)

    To: org.eclipse.m2e.logback.configuration [1.4.0.20130601-0317]

 

 

Sometimes in my trials and tribulations it said “editor” instead of “logback.configuration”.

 

[rest snipped]

 

 


This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you should not disseminate, distribute, alter or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmissions cannot be guaranteed to be secure or without error as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender, therefore, does not accept liability for any errors or omissions in the contents of this message which arise during or as a result of e-mail transmission. If verification is required, please request a hard-copy version. This message is provided for information purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments in any jurisdiction.


Back to the top