[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.
This commit is contained in:
Clebert Suconic 2017-05-05 21:13:52 -04:00
parent 7c96ab6bd7
commit c084717bf7
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<executions>
<execution>
<id>verify</id>
<phase>process-resources</phase>
<phase>install</phase>
<goals>
<goal>verify</goal>
</goals>