Skip to content

Commit 72a1ad3

Browse files
committed
add changelog to README
1 parent d9cfe8c commit 72a1ad3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ In our wcm.io and other Maven-based projects we usually use both m2e Integration
1111

1212
So we maintain a fork of the original plugin here and publish it under Apache 2.0 license within the wcm.io DevOps project.
1313

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)
1518

1619
To use this in your projects update all your POMs to use
1720

1821
```xml
1922
<plugin>
2023
<groupId>io.wcm.devops.maven.plugins</groupId>
2124
<artifactId>eclipse-maven-plugin</artifactId>
22-
<version>3.0.0</version>
25+
<version>3.1.0</version>
2326
</plugin>
2427
```
2528

0 commit comments

Comments
 (0)