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"

(Change to HTTPs, add extra space)
 
Line 4: Line 4:
 
[[Category:M2E-WTP]]
 
[[Category:M2E-WTP]]
  
m2e-wtp aims at providing a tight integration between [http://eclipse.org/m2e Maven Integration for Eclipse (a.k.a m2e)] and the [http://www.eclipse.org/webtools/ Eclipse Web Tools Project (WTP)].  
+
m2e-wtp aims at providing a tight integration between [https://eclipse.org/m2e Maven Integration for Eclipse (a.k.a m2e)] and the [https://www.eclipse.org/webtools/ Eclipse Web Tools Project (WTP)].  
  
 
m2e-wtp provides a set of m2e connectors used for the configuration of Java EE projects in WTP. It features :
 
m2e-wtp provides a set of m2e connectors used for the configuration of Java EE projects in WTP. It features :
Line 16: Line 16:
 
* Support for web-fragment projects : adds the Java and Web Fragment Facets if a web-fragment.xml file is detected in the resource folders.
 
* Support for web-fragment projects : adds the Java and Web Fragment Facets if a web-fragment.xml file is detected in the resource folders.
  
This project is originally known as m2eclipse-wtp, which [https://github.com/sonatype/m2eclipse-wtp/wiki has been developed on GitHub] and has been  [https://www.eclipse.org/proposals/technology.m2e.m2e-wtp/ moved to Eclipse], as a subproject of [http://eclipse.org/m2e m2e].
 
  
Additional information about the project will be posted here and to the [http://eclipse.org/m2e-wtp/ Eclipse project web site].
+
This project is originally known as m2eclipse-wtp, which [https://github.com/sonatype/m2eclipse-wtp/wiki has been developed on GitHub] and has been  [https://www.eclipse.org/proposals/technology.m2e.m2e-wtp/ moved to Eclipse], as a subproject of [https://eclipse.org/m2e m2e].
 +
 
 +
Additional information about the project will be posted here and to the [https://eclipse.org/m2e-wtp/ Eclipse project web site].
  
 
[[M2E-WTP/New_and_Noteworthy|New and Noteworthy]]
 
[[M2E-WTP/New_and_Noteworthy|New and Noteworthy]]

Latest revision as of 07:08, 28 December 2022

M2E-WTP
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

m2e-wtp aims at providing a tight integration between Maven Integration for Eclipse (a.k.a m2e) and the Eclipse Web Tools Project (WTP).

m2e-wtp provides a set of m2e connectors used for the configuration of Java EE projects in WTP. It features :

  • Support for war projects : adds the Java and Dynamic Web Facets. Support war overlays and on-the-fly resource filtering
  • Support for ejb projects : adds the Java and EJB Facets. Supports deployment descriptor filtering.
  • Support for ear projects : adds the EAR Facet. Supports application.xml and jboss.xml file generation, resource filtering
  • Support for rar projects : adds the Java and Connector Facets.
  • Support for app-client projects : adds the Java and Application Client Facets. Supports deployment descriptor filtering.
  • Support for jar dependency projects : adds the Java and Utility Facets.
  • Support for web-fragment projects : adds the Java and Web Fragment Facets if a web-fragment.xml file is detected in the resource folders.


This project is originally known as m2eclipse-wtp, which has been developed on GitHub and has been moved to Eclipse, as a subproject of m2e.

Additional information about the project will be posted here and to the Eclipse project web site.

New and Noteworthy

Tutorials

FAQ

Development Environment

Development Status Meetings

Back to the top