Reamer commented on PR #4545:
URL: https://github.com/apache/zeppelin/pull/4545#issuecomment-1387192701

   > I think it's good but I just have one question. Is there any critical 
reason that we changed `test` to `verify`? It looks similar and `verify` is 
running after `test` and `package`, and sometimes it uses more time. So I just 
wonder why `verify` is better than `test` in our cases.
   
   You are correct that `verify` comes far after `test` in the Maven lifecycle. 
This is required to enrich the Maven Reactor with the necessary artefacts 
(phase `package`).
   My goal is to remove the `install` step, which usually comes before any 
`test`. This would then save time again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to