Details
-
Task
-
Status: In Progress
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
Unknown
Description
in log there is 14 times:
```
14:00:33,645 [INFO] — plugin:3.13.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ camel-package-maven-plugin —
14:00:33,645 [INFO] This Mojo is not used in Maven version 3.9.0 and above
```
In this case I think we need to upgrade the minimal Maven version (currently at 3.5.0): https://github.com/apache/camel/blob/07c502761c4d450f5b2b7bba19ce4f69f507212d/pom.xml#L915
Is it fine to upgrade the minimal Maven version to 3.9.0?
I guess we are testing anyway only with the version which is defined by the Maven wrapper?
Advantages:
- less message in the log
- small time gain on the build
- less code to maintain
Drawback:
- forcing all developers to use recent Maven (which might also be seen as an advantage )