From c084717bf7847e68861f8e879397fa401bac1020 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Fri, 5 May 2017 21:13:52 -0400 Subject: [PATCH] [ARTEMIS-1141] Allowing release to process on features/verify maven release wouldn't complete as it would need to download the new release before it was even ready. Setting the phase to install fixed the issue. --- artemis-features/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml index 9c8767c8da..b3d43b5a9e 100644 --- a/artemis-features/pom.xml +++ b/artemis-features/pom.xml @@ -73,7 +73,7 @@ verify - process-resources + install verify