Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

M2E-WTP/New and Noteworthy/1.2.0

New and Noteworthy in m2e-wtp 1.2.0

m2e-wtp 1.2.0 is a maintenance release. See the list of issues fixed in this version : [1]

Pre-Requisites

m2e-wtp requires an Eclipse JavaEE distribution(Luna or Mars), m2e 1.6 and the Maven Archiver 0.16.0+ feature from Sonatype. m2e-wtp 1.2.0 milestone builds can be installed from :

Its dependencies will be automatically discovered and installed if necessary.

Restart your workspace after the installation.

Keep Deployment Assembly settings

All the manual modifications performed in the Deployment Assembly property page now survive Maven Project configuration updates. This can be useful if you want to reorder target/m2e-wtp/web-resources and src/main/webapp to better support Maven's web resource filtering with Tomcat 7's "Serve without publishing" mode, which tends to serve resources in the opposite order of the publishing mode

Back to the top