yew1eb opened a new pull request, #3797:
URL: https://github.com/apache/celeborn/pull/3797

   ### What changes were proposed in this pull request?
   
   Replace deprecated `<systemProperties>` with `<systemPropertyVariables>` in 
maven-surefire-plugin configuration in root `pom.xml`.
   
   
   ### Why are the changes needed?
   
   Maven Surefire Plugin 3.0.0-M5+ deprecated the `<systemProperties>` 
parameter. Using it produces a warning on every build:
   ```
   [INFO] --- surefire:3.0.0-M7:test (default-test) @ celeborn-client_2.12 ---
   [WARNING]  Parameter 'systemProperties' is deprecated: Use 
systemPropertyVariables instead.
   [INFO] Tests are skipped.
   [INFO] 
   [INFO] --- surefire:3.0.0-M7:test (test) @ celeborn-client_2.12 ---
   [WARNING]  Parameter 'systemProperties' is deprecated: Use 
systemPropertyVariables instead.
   [INFO] Tests are skipped.
   
   ```
   
   
   ### Does this PR resolve a correctness bug?
   
   <!-- Check if yes. The `correctness` label will be added/removed 
automatically. -->
   - [ ] Yes
   
   ### Does this PR introduce _any_ user-facing change?
   
   <!-- Check if yes. -->
   - [ ] Yes
   
   
   ### How was this patch tested?
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to