Skip to content

Switch mvn/mvnw build method from compile to install

Lucas Charles requested to merge switch-mvn-compile-to-mvn-install into master

What does this MR do?

We must mvn install to ensure necessary cross-dependencies are present, such as multi-module projects. this adds some overhead so we also change the default behavior of MAVEN_CLI_OPTS to skip tests, as is reflected in License Management handling, too

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/10564

Does this MR meet the acceptance criteria?

Merge request reports