License Management should skip maven tests
Problem to solve
Currently, license management invokes mvn install to build maven projects. This causes it to run tests, and the container might not have its environment ready to do it.
Proposal
- Consider adding a
-DskipTestsoption to the maven build in the license management (apparently here). - Consider adding support for
MAVEN_CLI_OPTSvariable, which should support-DskipTestsalong with additional configuration options.
Links / references
Edited by Victor Zagorodny