ngeor commented on pull request #287: URL: https://github.com/apache/maven-surefire/pull/287#issuecomment-705620915
Hello, not sure if this is related, but I have an issue with environment variables in failsafe that starts with M5 (works fine on M4). In pom, I declare an environment variable: ``` <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> <configuration> <environmentVariables> <DB_PATH>src/test/resources/db-local.json</DB_PATH> </environmentVariables> </configuration> </plugin> ``` In the CI, I override this environment variable. After upgrading to M5, the override does not work anymore. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org