[MPLUGIN-525] Remove ant and beanshell support#285
Conversation
gnodet
commented
May 23, 2024
- [MPLUGIN-523] Switch to version 4.0.0-SNAPSHOT
- [MPLUGIN-525] Remove ant and beanshell support
|
Is this Maven 4 only? |
Yes, I've created a 3.x branch to support Maven 3 plugins and master will support Maven 4 plugins. The goal is to split the plugins to ease maintenance, as the code will ultimately be quite different. See https://issues.apache.org/jira/browse/MPLUGIN-523. We should also drop the Maven 4.x support from the 3.x branch. |
I see. There is no way to have this in one branch with common modules and module per Maven version? |
Sure, I suppose it's technically feasible, but instead of streamlining and making the code simpler, it will have the exact opposite effect. |
3ed5964 to
591b272
Compare
# Conflicts: # maven-plugin-plugin/pom.xml # maven-plugin-plugin/src/it/ant-basic/pom.xml # maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml # maven-plugin-plugin/src/it/ant-simple-usage/plugin/pom.xml # maven-plugin-plugin/src/it/ant-since-maven-plugin/pom.xml # maven-plugin-plugin/src/it/beanshell-simple/pom.xml # maven-script/maven-plugin-tools-ant/pom.xml # maven-script/maven-script-ant/pom.xml
|
Resolve #828 |