Hey ! Following Maven 4.0.0-beta-3 release, I've been updating a bunch of plugins to that version. The result is the following PRs:
- [MPLUGINTESTING-94] Switch to Maven 4.0.0-beta-3 maven-plugin-testing#39 <https://github.com/apache/maven-plugin-testing/pull/39> - [MCLEAN-123] Switch to Maven 4 API and the new api maven-clean-plugin#20 <https://github.com/apache/maven-clean-plugin/pull/20> - [MSHARED-1200] Switch to the Maven 4 API maven-filtering#46 <https://github.com/apache/maven-filtering/pull/46> - [MRESOURCES-308] Switch to the Maven 4 API maven-resources-plugin#35 <https://github.com/apache/maven-resources-plugin/pull/35> - [MCOMPILER-593] Switch to the Maven 4 API maven-compiler-plugin#147 <https://github.com/apache/maven-compiler-plugin/pull/147> - [MSHARED-1415] Switch to the Maven 4 API maven-archiver#46 <https://github.com/apache/maven-archiver/pull/46> - [MJAR-311] Switch to the Maven 4 API maven-jar-plugin#70 <https://github.com/apache/maven-jar-plugin/pull/70> - [MSOURCES-149] Switch to the Maven 4 API maven-source-plugin#19 <https://github.com/apache/maven-source-plugin/pull/19> - [MINSTALL-187] Switch to the Maven 4 API maven-install-plugin#35 <https://github.com/apache/maven-install-plugin/pull/35> - [MDEPLOY-301] Switch to the Maven 4 API maven-deploy-plugin#27 <https://github.com/apache/maven-deploy-plugin/pull/27> I'm thinking about creating 3.x branches for those components, merging these PRs, and releasing them as beta-1. Any problems with that ? Cheers, Guillaume Nodet