Skip to content

Chore/pom best practices#281

Open
zdenek-jonas wants to merge 3 commits into
mainfrom
chore/pom-best-practices
Open

Chore/pom best practices#281
zdenek-jonas wants to merge 3 commits into
mainfrom
chore/pom-best-practices

Conversation

@zdenek-jonas

Copy link
Copy Markdown
Contributor

This pull request makes updates to the project's Maven configuration, specifically related to test execution plugins. The main changes involve updating the configuration for test retries and explicitly adding a newer version of the Surefire plugin.

Maven test plugin configuration:

  • Removed the failsafe.rerunFailingTestsCount property from the root properties, which previously controlled the number of retries for failing integration tests.
  • Explicitly added the maven-surefire-plugin version 3.5.5 to the build plugins, ensuring the use of a specific, up-to-date version for running unit tests.

@zdenek-jonas zdenek-jonas requested review from fh-ms and hg-ms June 19, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants