440441442443444445446447448449450
if ( mojoExecution.getExecutionId() != null ) { goalExecId += " {execution: " + mojoExecution.getExecutionId() + "}"; } dispatcher.dispatchStart( event, goalExecId ); ClassLoader oldClassLoader = Thread.currentThread().getContextClassLoader(); try {
122123124125126127128129130131132
EventDispatcher dispatcher = request.getEventDispatcher(); String event = MavenEvents.REACTOR_EXECUTION; dispatcher.dispatchStart( event, request.getBaseDirectory() ); ReactorManager rm; try { rm = doExecute( request, dispatcher );
127128129130131132133134135136137
469470471472473474475476477478479
476477478479480481482483484485486
128129130131132133134135136137138
119120121122123124125126127128129
444445446447448449450451452453454
115116117118119120121122123124125
429430431432433434435436437438439