Skip to content

Commit

Permalink
Release M2E 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Nov 24, 2022
1 parent 54280f7 commit 052d41c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@

## 2.1.0

* 📅 Release Date: _expected_ December 2022
* 📅 Release Date: November 24th 2022
* All changes: https://github.com/eclipse-m2e/m2e-core/compare/2.0.2...2.1.0

### Automatic configuration updates of Maven projects enabled by default

The previously experimental feature of M2E to update Maven projects automatically on configuration changes matured and is now enabled by default.

### Performance and memory consumption improvements

For large projects the build performance has been improved and the memory consumption has been reduced.

### Improved connectors for bnd-maven-plugin and maven-bundle-plugin

The connector for the `bnd-maven-plugin` and `maven-bundle-plugin`, which is included into M2E, has been improved to consider the jars specified on the `Bundle-Classpath` of the generated MANIFEST.MF, when updating the Plugins JDT `.classpath`.

### Console support for polyglot Maven projects and projects without Maven nature

The M2E Maven-Console now also supports tracking of so called _polyglot_ Maven-projects. Those are projects that don't have a standard `pom.xml` and whose Maven-model is instead created from another source. One prominent example in the Eclipse world are Eclipse-PDE projects that are build with Tycho(-pomless).
Expand Down

0 comments on commit 052d41c

Please sign in to comment.