Upgrade plugin parent POM from 4.53 to 4.57 #2418
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is needed for the forthcoming PCT multi-module mode to pull in the fix for JENKINS-62658 via jenkinsci/maven-hpi-plugin#453. I tested this successfully with the latest update to the multimodule project branch of PCT, which is now doing
mvn process test-classes
rather thanmvn install
, therefore requiring the fix for JENKINS-62658. With these changes you can now successfully runmvn process-test-classes
in the root directory of the repository, which was not possible with the old version of Maven HPI plugin.To test this PR I ran:
CC @olamy