[ https://issues.apache.org/jira/browse/CAMEL-20883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aurélien Pupier resolved CAMEL-20883. ------------------------------------- Resolution: Fixed > Remove addPluginArtifactMetadata mojo usage > ------------------------------------------- > > Key: CAMEL-20883 > URL: https://issues.apache.org/jira/browse/CAMEL-20883 > Project: Camel > Issue Type: Task > Components: build system > Reporter: Aurélien Pupier > Assignee: Guillaume Nodet > Priority: Minor > Fix For: 4.10.0 > > > 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 :) ) -- This message was sent by Atlassian Jira (v8.20.10#820010)