java - Maven "install site-deploy deploy" - does it run phases twice? -


let's run maven with

install site-deploy deploy 

(the reason: want deploy if both artifact , site can built.)

will maven run phases install again when call deploy? or smart enough see there has been successful install in same maven call?

if not: can "tell" maven not repeat itself? need list goals separately?


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -