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/1.2.0"

m
m
Line 12: Line 12:
  
 
=== Keep Deployment Assembly settings ===
 
=== Keep Deployment Assembly settings ===
m2e-wtp now keeps all the manual modifications performed in the Deployment Assembly property page. 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
+
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

Revision as of 16:21, 18 December 2014

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