185186187188189190191192193194195
task.setWsdl(wsdlUrl); getLog().info("Executing XFire WsGen task with url: " + wsdlUrl); try { task.execute(); } catch (BuildException e) { throw new MojoExecutionException("command execution failed", e); } }
177178179180181182183184185186187
getLog().info( "Executing XFire WsGen task with url: " + wsdlUrl ); try { task.execute(); } catch ( BuildException e ) { throw new MojoExecutionException( "command execution failed", e ); }