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.1.0

< M2E-WTP‎ | New and Noteworthy
Revision as of 13:59, 7 May 2014 by Unnamed Poltroon (Talk) (Created page with "m2e-wtp can now be disabled in the Project or Workspace Preferences, under Preferences > Maven > Java EE Integration. Uncheck the "Java EE Configuration" preference to disable...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

m2e-wtp can now be disabled in the Project or Workspace Preferences, under Preferences > Maven > Java EE Integration. Uncheck the "Java EE Configuration" preference to disable m2e-wtp :

Enable-m2ewtp-pref.png

m2e-wtp can also enabled or disabled via the <m2e.wtp.activation> Maven property, available in the property templates :

Enable-m2ewtp-property.png

When <m2e.wtp.activation> is set in the pom, it overrides the current Eclipse project/workspace preference

Back to the top