113114115116117118119120121122123
System.setProperty( ( String )key, soapuiProperties.getProperty( ( String )key ) ); } try { runner.run(); } catch (Throwable e) { getLog().error( e.toString() ); throw new MojoFailureException( this, "SoapUI LoadTest(s) failed", e.getMessage() );