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
-DskipTests
option to the maven build in the license management (apparently here). - Consider adding support for
MAVEN_CLI_OPTS
variable, which should support-DskipTests
along with additional configuration options.
Links / references
Edited by Victor Zagorodny