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: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,18 @@ In our wcm.io and other Maven-based projects we usually use both m2e Integration
11
11
12
12
So we maintain a fork of the original plugin here and publish it under Apache 2.0 license within the wcm.io DevOps project.
13
13
14
-
This fork includes the patch from [MECLIPSE-641](https://issues.apache.org/jira/browse/MECLIPSE-641) which was never applied to the original code base, but is important for generating the eclipse project settings.
14
+
Changes since the original Maven Eclipse Plugin 2.10:
15
+
16
+
* Patch from [MECLIPSE-641](https://issues.apache.org/jira/browse/MECLIPSE-641) which was never applied to the original code base, but is important for generating the eclipse project settings (since 3.0.0)
17
+
* Add support for `filtering` property on additionalConfig files (since 3.1.0)
15
18
16
19
To use this in your projects update all your POMs to use
0 commit comments