Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2e 1.2 is released

Is there a timeline or a process by which these and other m2e connectors will be published to eclipse.org?

On Wed, Sep 19, 2012 at 2:29 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
The version of build-helper-maven-plugin is incompatible with m2e 1.2,
or so it says


  Cannot satisfy dependency:
    From: m2e connector for build-helper-maven-plugin 0.15.0.201109290002 (org.sonatype.m2e.buildhelper 0.15.0.201109290002)
    To: bundle org.eclipse.m2e.jdt [1.1.0,1.2.0)


Either uninstall build-helper-maven-plugin or update it to a more recent
version. I have not tries this myself, but I believe the version Jason
provides from his tesla.io repository should work

http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/

--
Regards,
Igor


On 12-09-19 2:21 PM, KARR, DAVID wrote:
-----Original Message-----
From: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-
bounces@xxxxxxxxxxx] On Behalf Of Igor Fedorenko
Sent: Wednesday, September 19, 2012 11:12 AM
To: Maven Integration for Eclipse users mailing list; Maven Integration
for Eclipse developers mailing list
Subject: [m2e-users] m2e 1.2 is released

This release adds ability to store build lifecycle mapping
configuration
in workspace preferences as well as handful bugfixes and other
improvements [1]. Big thank you goes to Andrew Eisenberg for driving
implementation of workspace lifecycle mapping.

The new release is already available from p2 repository specified m2e
download page [2] and Eclipse Marketplace. It will also become
available
as part of Juno SR1 due end of next week. Full release version is
1.2.0.20120903-1050.

Is it possible to update to this, or is it necessary to uninstall the plugin and reinstall?  When I tried to update, I got the following:

Cannot complete the install because of a conflicting dependency.
   Software being installed: m2e - Maven Integration for Eclipse 1.2.0.20120903-1050 (org.eclipse.m2e.feature.feature.group 1.2.0.20120903-1050)
   Software currently installed: m2e connector for build-helper-maven-plugin 0.15.0.201109290002 (org.sonatype.m2e.buildhelper.feature.feature.group 0.15.0.201109290002)
   Only one of the following can be installed at once:
     Maven Integration for Eclipse JDT 1.1.0.20111210-1509 (org.eclipse.m2e.jdt 1.1.0.20111210-1509)
     Maven Integration for Eclipse JDT 1.0.0.20110607-2117 (org.eclipse.m2e.jdt 1.0.0.20110607-2117)
     Maven Integration for Eclipse JDT 1.0.200.20111228-1245 (org.eclipse.m2e.jdt 1.0.200.20111228-1245)
     Maven Integration for Eclipse JDT 1.1.0.20120320-0058 (org.eclipse.m2e.jdt 1.1.0.20120320-0058)
     Maven Integration for Eclipse JDT 1.1.0.20120130-2016 (org.eclipse.m2e.jdt 1.1.0.20120130-2016)
     Maven Integration for Eclipse JDT 1.1.0.20111108-0328 (org.eclipse.m2e.jdt 1.1.0.20111108-0328)
     Maven Integration for Eclipse JDT 1.1.0.20120320-1102 (org.eclipse.m2e.jdt 1.1.0.20120320-1102)
     Maven Integration for Eclipse JDT 1.2.0.20120903-1050 (org.eclipse.m2e.jdt 1.2.0.20120903-1050)
     Maven Integration for Eclipse JDT 1.1.0.20120530-0009 (org.eclipse.m2e.jdt 1.1.0.20120530-0009)
     Maven Integration for Eclipse JDT 1.1.0.20120523-1730 (org.eclipse.m2e.jdt 1.1.0.20120523-1730)
     Maven Integration for Eclipse JDT 1.0.100.20110804-1717 (org.eclipse.m2e.jdt 1.0.100.20110804-1717)
     Maven Integration for Eclipse JDT 1.1.0.20120505-1126 (org.eclipse.m2e.jdt 1.1.0.20120505-1126)
   Cannot satisfy dependency:
     From: m2e - Maven Integration for Eclipse 1.2.0.20120903-1050 (org.eclipse.m2e.feature.feature.group 1.2.0.20120903-1050)
     To: org.eclipse.m2e.jdt [1.2.0.20120903-1050]
   Cannot satisfy dependency:
     From: m2e connector for build-helper-maven-plugin 0.15.0.201109290002 (org.sonatype.m2e.buildhelper 0.15.0.201109290002)
     To: bundle org.eclipse.m2e.jdt [1.1.0,1.2.0)
   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]
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users

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


Back to the top