Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(maven): move check for MAVEN_CMD before maven wrapper setup
MAVEN_CMD has the precendence over the maven wrapper, either set via the MAVEN_WRAPPER env var or copied from a local path. This commit changes the evaluation order to reflect ordering which avoid to perform a useless file copy and also make it easy to run the operator off cluster since the mvnw location may not exist
- Loading branch information