Commit 4c42810d authored by Andy Wilkinson's avatar Andy Wilkinson

Ensure that server tests pick up latest snapshots

Closes gh-25921
parent 64408433
......@@ -170,6 +170,7 @@ class ApplicationBuilder {
if (settingsXml != null) {
invocation.setUserSettingsFile(settingsXml);
}
invocation.setUpdateSnapshots(true);
DefaultInvoker invoker = new DefaultInvoker();
invoker.setMavenHome(new File("build/maven-binaries/apache-maven-3.6.2"));
InvocationResult execute = invoker.execute(invocation);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment