You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE_NOTES.md
+11-2
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,23 @@
1
1
# Eclipse m2e - Release notes
2
2
3
-
## 2.5.1
3
+
## 2.6.0
4
4
5
5
* 📅 Release Date: _expected_ end February 2024
6
6
7
7
### Embedded and use Maven 3.9.6
8
8
9
9
Updated the embedded Maven from version 3.9.5 to 3.9.6; [Maven 3.9.6 Release Notes](https://maven.apache.org/docs/3.9.6/release-notes.html).
10
10
11
-
### New project preference for automated Maven project configuration updates
11
+
### Improved toolchain.xml handling
12
+
13
+
In the Preferences under `Maven -> User Settings` the user `toolchain.xml` used in workspace builds can now be specified explicitly.
14
+
At the same time the `maven-toolchains-plugin` is now disabled by default for workspace builds.
15
+
16
+
### Improved resource linking
17
+
18
+
Source or resource folders of Maven-projects outside of the project's base directory are now considered in the workspace and are added to the project as linked resources.
19
+
20
+
### Project preference for automated Maven project configuration updates
12
21
13
22
Automatic configuration updates for Maven projects can now be disabled the in the project preferences.
14
23
This allows to disable these updates individually per project and to store the setting in a preference-file under version control,
0 commit comments