You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often ITs for Mojos should be tested against multiple Maven versions. To ease parametrisation (e.g. in a CI/CD environment) the list should not be hardcoded into different maven-failsafe-plugin executions but rather be given with a dedicated System property like "it.mavenHomePaths" which should support multiple comma-separated paths.
All unit test method should then be executed against all of the given Maven versions.
The text was updated successfully, but these errors were encountered:
Often ITs for Mojos should be tested against multiple Maven versions. To ease parametrisation (e.g. in a CI/CD environment) the list should not be hardcoded into different maven-failsafe-plugin executions but rather be given with a dedicated System property like "it.mavenHomePaths" which should support multiple comma-separated paths.
All unit test method should then be executed against all of the given Maven versions.
The text was updated successfully, but these errors were encountered: