Commit bc8020f
committed
[SPARK-53919][BUILD] Make Maven plugins up-to-date
### What changes were proposed in this pull request?
This PR aims to make `Maven` plugins up-to-date as a part of Apache Spark 4.1.0 preparation.
### Why are the changes needed?
To bring the latest bug fixes and improvements.
- exec-maven-plugin
- https://github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.1
- https://github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.0
- mojohaus/exec-maven-plugin#484
- maven-compiler-plugin
- https://github.com/apache/maven-compiler-plugin/releases/tag/maven-compiler-plugin-3.14.1
- maven-enforcer-plugin
- https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.6.2
- https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.6.1
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#52622 from dongjoon-hyun/SPARK-53919.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>1 parent 2ae81cd commit bc8020f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
2619 | 2619 | | |
2620 | 2620 | | |
2621 | 2621 | | |
2622 | | - | |
| 2622 | + | |
2623 | 2623 | | |
2624 | 2624 | | |
2625 | 2625 | | |
| |||
2803 | 2803 | | |
2804 | 2804 | | |
2805 | 2805 | | |
2806 | | - | |
| 2806 | + | |
2807 | 2807 | | |
2808 | 2808 | | |
2809 | 2809 | | |
| |||
0 commit comments