Repository: activemq-artemis
Updated Branches:
  refs/heads/master 7c96ab6bd -> b594c9eaa


[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.


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c084717b
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c084717b
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c084717b

Branch: refs/heads/master
Commit: c084717bf7847e68861f8e879397fa401bac1020
Parents: 7c96ab6
Author: Clebert Suconic <clebertsuco...@apache.org>
Authored: Fri May 5 21:13:52 2017 -0400
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Fri May 5 21:28:41 2017 -0400

----------------------------------------------------------------------
 artemis-features/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c084717b/artemis-features/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml
index 9c8767c..b3d43b5 100644
--- a/artemis-features/pom.xml
+++ b/artemis-features/pom.xml
@@ -73,7 +73,7 @@
                                <executions>
                                        <execution>
                                                <id>verify</id>
-                                               <phase>process-resources</phase>
+                                               <phase>install</phase>
                                                <goals>
                                                        <goal>verify</goal>
                                                </goals>

Reply via email to