Lars Ködderitzsch

Results 20 comments of Lars Ködderitzsch

Right now sourceforge itself (or at least project websites) are not available, for instance [http://checkstyle.sourceforge.net/](http://checkstyle.sourceforge.net/) is also not working... It is intended that all old URLs should still work, redirecting...

you might look into this PR (https://github.com/bjornvester/wsdl2java-gradle-plugin/pull/9) - which is a bit outdated by now - and build you own custom version for the time being, which is what we...

Just merged the PR into my fork https://github.com/lkoe/wsdl2java-gradle-plugin Good luck ;-)

Ah no, sorry. You would have to clone the fork yourself, build the plugin and publish it to your inhouse repository It wasn't really supposed to be a full fledged...

no problem, we all got our fair share of work :-) I made PR https://github.com/bjornvester/wsdl2java-gradle-plugin/pull/9 a while back, but it's outdated now. If you're interested I'd update it. Also if...

Hello @bjornvester, I've updated the PR (#9) in an effort to get rid of our projects fork of the plugin. Please review and merge if appropriate. Also the offer above...

Is there any update on this? This blocks us from using the latest spotless version - with additional troubles downstream. For instance the appears to be an issue when configuring...

As of version 1.0 you should be able to achieve this by providing the `-p` parameter (https://cxf.apache.org/docs/wsdl-to-java.html) via the `options` property: ``` wsdl2java { options.addAll("-p", "my.pck.name") } ```

Landed via spotless-gradle-plugin and having an interest in this functionality. Proxy doesn't seem to be an issue as standard java proxy properties (e.g. `http.proxyHost`...) are honored but we are required...

As it goes, got sidetracked by other work and took a while to return here. PR is now added.