Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "M2E-WTP/New and Noteworthy/0.16"

(Pre-Requisites)
Line 5: Line 5:
  
 
=== Pre-Requisites ===
 
=== Pre-Requisites ===
m2e-wtp requires an [http://www.eclipse.org/downloads/ Eclipse JavaEE distribution], and can be installed from the [http://download.eclipse.org/m2e-wtp/milestones/0.16.0 m2e-wtp update site].
+
m2e-wtp requires an [http://www.eclipse.org/downloads/ Eclipse JavaEE distribution], and can be installed from the [http://download.eclipse.org/m2e-wtp/milestones/0.16.0 m2e-wtp update site]. m2e-wtp is generally compatible with Eclipse Indigo (3.7) and Juno (3.8, 4.2) but has a known incompatibility with Helios (3.6) in the [[#New_project_conversion_participants project conversion area]]. 
  
Please note that, curently, m2e-wtp can not be updated from m2eclipse-wtp 0.15.0 or previous versions, thus you need to manually remove m2eclipse-wtp from your existing eclipse setup, or better yet, start from a fresh installation.
+
'''Please note that, curently, m2e-wtp can not be updated from m2eclipse-wtp 0.15.0 or previous versions, thus you need to manually remove m2eclipse-wtp from your existing eclipse setup, or better yet, start from a fresh installation.'''
  
 
[[Image:M2e-wtp-0160-update-site.png]]
 
[[Image:M2e-wtp-0160-update-site.png]]
  
 
[http://www.eclipse.org/m2e m2e 1.1] and the mavenarchiver 0.15.0 feature from Sonatype are required. They will be automatically discovered and installed if necessary.
 
[http://www.eclipse.org/m2e m2e 1.1] and the mavenarchiver 0.15.0 feature from Sonatype are required. They will be automatically discovered and installed if necessary.
 
  
 
=== New project conversion participants ===
 
=== New project conversion participants ===

Revision as of 09:23, 23 July 2012

New and Noteworthy in m2e-wtp 0.16.0

m2e-wtp, formerly known as m2eclipse-wtp, is coming to Eclipse!

This release focuses on bug fixes, but also bring new features to m2e-wtp, in the "Eclipse to Maven Project Conversion" area.

Pre-Requisites

m2e-wtp requires an Eclipse JavaEE distribution, and can be installed from the m2e-wtp update site. m2e-wtp is generally compatible with Eclipse Indigo (3.7) and Juno (3.8, 4.2) but has a known incompatibility with Helios (3.6) in the #New_project_conversion_participants project conversion area.

Please note that, curently, m2e-wtp can not be updated from m2eclipse-wtp 0.15.0 or previous versions, thus you need to manually remove m2eclipse-wtp from your existing eclipse setup, or better yet, start from a fresh installation.

M2e-wtp-0160-update-site.png

m2e 1.1 and the mavenarchiver 0.15.0 feature from Sonatype are required. They will be automatically discovered and installed if necessary.

New project conversion participants

Thanks to a new API introduced in m2e 1.1, m2e-wtp can now help you convert existing pure Eclipse JavaEE projects to Maven.


The complete changelog is available here.

Back to the top