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
Post a Comment