The git client plugin, the git plugin, and the priority sorter plugin have updated their parent pom from 4.38 to 4.39. As a result of that, a new message appears from the hpi plugin. I'm not sure what change I should make to correct that new message or if I should ignore the message.
The message is:
[INFO] --- maven-hpi-plugin:3.26:test-hpl (default-test-hpl) @ git ---
[INFO] Generating /home/mwaite/hub/my-plugins/git-plugin/target/test-classes/the.hpl
[WARNING] Some problems were encountered while processing the POMs:
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 124, column 15
[ERROR] 'distributionManagement.status' must not be specified. @ line 166, column 13
[INFO] --- maven-hpi-plugin:3.26:resolve-test-dependencies (default-resolve-test-dependencies) @ git ---
[WARNING] Some problems were encountered while processing the POMs:
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 124, column 15
[ERROR] 'distributionManagement.status' must not be specified. @ line 166, column 13
I don't see that message in builds of the elastic axis plugin, the platformlabeler plugin, the schedule build plugin, or the TestNG plugin.
I see no mention of distributionManagement.status in any of the pom files, whether they show the message or do not.
Mark Waite