Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] can't install eclipse plugin m2e connector for build-helper-maven-plugin

What is exact m2e version that you have installed and where did you get it?

I just confirmed that m2e 1.0SR1 and 1.1M3 can both install buildhelper
connector, so it appears that you are either running an old 1.1 build or
a custom m2e build.

As a workaround, you should be able to install buildhelper connector
from [1], but I would strongly advice upgrading to either 1.0SR1 or 1.1M3.

[1] https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201109282148/

--
Regards,
Igor

On 11-11-21 10:53 AM, tante anni wrote:
i just tried to move from helios to maven with my gwt 2.4 application.

so i began to follow the steps
here:http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven

but on step 3 - installing the feature "m2e connector for
build-helper-maven-plugin" i get an error from Eclipse:


" Cannot complete the install because one or more required items could
not be found. Software being installed: m2e connector for
build-helper-maven-plugin 0.15.0.201109290002
(org.sonatype.m2e.buildhelper.feature.feature.group 0.15.0.201109290002)
Missing requirement: m2e connector for build-helper-maven-plugin
0.15.0.201109290002 (org.sonatype.m2e.buildhelper 0.15.0.201109290002)
requires 'bundle org.eclipse.m2e.jdt [1.1.0,1.2.0)' but it could not be
found Cannot satisfy dependency: From: m2e connector for
build-helper-maven-plugin 0.15.0.201109290002
(org.sonatype.m2e.buildhelper.feature.feature.group 0.15.0.201109290002)
To: org.sonatype.m2e.buildhelper [0.15.0.201109290002] "


(i also tried this: Window > Preferences > Maven > Discovery > open
catalog but there i get "Discovery completed without finding any
extensions. Please check your network connection and try again")

Is there a workaround for that or did I do something wrong?



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top