From 4ad2e9af8701be520a081a884f61b44365acff8a Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 15 Jan 2024 11:49:44 +0100 Subject: [PATCH] Execute download-licenses-proxy test at the end All needed artifact should be resolved before this test --- src/it/download-licenses-proxy/invoker.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/it/download-licenses-proxy/invoker.properties b/src/it/download-licenses-proxy/invoker.properties index aa24f7a7a..faaaacd97 100644 --- a/src/it/download-licenses-proxy/invoker.properties +++ b/src/it/download-licenses-proxy/invoker.properties @@ -1,2 +1,5 @@ invoker.goals = license:download-licenses invoker.settingsFile = src/it/settings-proxy.xml + +# execute as last test, all needed artifact should be resolved before this test +invoker.ordinal = -100