Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/12631#discussion_r60841109
--- Diff: build/mvn ---
@@ -116,23 +126,15 @@ install_scala() {
# the environment
ZINC_PORT=${ZINC_PORT:-"3030"}
-# Check for the `--force` flag dictating that `mvn` should be downloaded
-# regardless of whether the system already has a `mvn` install
+# Remove `--force` for backward compatibility.
if [ "$1" == "--force" ]; then
- FORCE_MVN=1
shift
--- End diff --
You could emit an info message for `--force`; no big deal
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]