Bug 573542 - Installation of maven cosole log fails
Summary: Installation of maven cosole log fails
Status: UNCONFIRMED
Alias: None
Product: M2E-WTP
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-14 11:17 EDT by Veselin Markov CLA
Modified: 2021-05-14 11:18 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Veselin Markov CLA 2021-05-14 11:17:02 EDT
I'm trying to install the feature "m2e - slf4j over logback logging (Optional) 1.17.0.20200924-1339" but it fails. Here is what I get from eclipse with the proposal to uninstall groovy:

Cannot complete the install because some dependencies are not satisfiable
  Software being installed: m2e - slf4j over logback logging (Optional) 1.17.0.20200924-1339 (org.eclipse.m2e.logback.feature.feature.group 1.17.0.20200924-1339)
  Software currently installed: Eclipse Groovy Development Tools 4.2.0.v202104240013-e2103 (org.codehaus.groovy.eclipse.feature.feature.group 4.2.0.v202104240013-e2103)
 
  Cannot satisfy dependency:
    From: Eclipse Groovy Development Tools 4.2.0.v202104240013-e2103 (org.codehaus.groovy.eclipse.feature.feature.group 4.2.0.v202104240013-e2103)
    To: org.eclipse.equinox.p2.iu; org.codehaus.groovy.compilerless.feature.feature.group [4.2.0.v202104240013-e2103,4.2.0.v202104240013-e2103]
  Cannot satisfy dependency:
    From: Groovy-Eclipse Compilerless feature 4.2.0.v202104240013-e2103 (org.codehaus.groovy.compilerless.feature.feature.group 4.2.0.v202104240013-e2103)
    To: org.eclipse.equinox.p2.iu; org.codehaus.groovy.headless.feature.feature.group [4.2.0.v202104240013-e2103,4.2.0.v202104240013-e2103]
  Cannot satisfy dependency:
    From: Groovy-Eclipse Headless feature 4.2.0.v202104240013-e2103 (org.codehaus.groovy.headless.feature.feature.group 4.2.0.v202104240013-e2103)
    To: org.eclipse.equinox.p2.iu; org.codehaus.groovy.eclipse.compilerResolver [4.2.0.v202104240013-e2103,4.2.0.v202104240013-e2103]
  Cannot satisfy dependency:
    From: Groovy Compiler Resolver 4.2.0.v202104240013-e2103 (org.codehaus.groovy.eclipse.compilerResolver 4.2.0.v202104240013-e2103)
    To: org.eclipse.equinox.p2.iu; ch.qos.logback.classic 0.0.0
  

  Cannot satisfy dependency:
    From: m2e - slf4j over logback logging (Optional) 1.17.0.20200924-1339 (org.eclipse.m2e.logback.feature.feature.group 1.17.0.20200924-1339)
    To: org.eclipse.equinox.p2.iu; org.eclipse.m2e.logback.configuration [1.16.0.20200318-1040,1.16.0.20200318-1040]
  Cannot satisfy dependency:
    From: m2e logback configuration 1.16.0.20200318-1040 (org.eclipse.m2e.logback.configuration 1.16.0.20200318-1040)
    To: osgi.bundle; ch.qos.logback.classic 0.9.24
Comment 1 Veselin Markov CLA 2021-05-14 11:18:24 EDT
I expect to be able to use groovy and to have the maven feature so that I can see the maven log in the maven console.