Skip to content

faktorips/m2e-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse IDE integration for Maven (Eclipse m2e project)

Build m2e-core

GitHub tag (latest SemVer) GitHub license Jenkins Jenkins tests

M2Eclipse provides tight integration for Apache Maven into the Eclipse IDE with the following features:

  • Rich editor for pom.xml files
  • Launching Maven builds from within Eclipse
  • Dependency management for Eclipse build path based on Maven's pom.xml
  • Resolving Maven dependencies from the Eclipse workspace without installing to local Maven repository
  • Automatic downloading of the required dependencies from the remote Maven repositories
  • Wizards for creating new Maven projects, pom.xml and to enable Maven support on plain Java project
  • Quick search for dependencies in Maven remote repositories

See also https://projects.eclipse.org/projects/technology.m2e

📥 Installation

The recommended way to install Eclipse-m2e is using the Eclipse marketplace. Either click on

Eclipse Maven integration Marketplace entry    or    Eclipse Maven integration Marketplace entry

into your Eclipse-IDE, or use the Eclipse Marketplace Client directly from within the IDE.

⚠️ Some other entries exist that look like m2e. They're usually outdated or incorrect. Please use the official one, linked above.

Alternatively, you can install the latest M2Eclipse release by using the Install New Software dialog in Eclipse IDE, pointing it to this p2 repository:
https://download.eclipse.org/technology/m2e/releases/latest/

To use the latest snapshot build, you can use this p2 repository:
https://download.eclipse.org/technology/m2e/snapshots/latest/

To use snapshots only for the current version under development, you can add a p2 repository like the following:
https://download.eclipse.org/technology/m2e/snapshots/<version-under-development>
This version-specific snapshot repository is deleted at the next release so you will automatically fallback to the regular release updates. The variable <version-under-development> has to be replaced by the current version under development version.

📢 Release notes

See RELEASE_NOTES.md

⌨️ Contributing

Create Eclipse Development Environment for m2e    or just    Clone to Eclipse IDE

For detailed information about development, testing and builds, see CONTRIBUTING.md.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.2%
  • Other 0.8%