Thomas Küstermann

Results 5 issues of Thomas Küstermann

I have two projects checked out in the workspace. I'd like to update one project while a commit is still running for the other as the commit takes some time...

I don't know if this issue belongs to `subclipse` solely or to Eclipse in general: Whenever I delete a shared project in Eclipse and decide to remove the contents from...

I've modified my `build.gradle` to include the plugin declaration: ``` buildscript { repositories { jcenter() } dependencies { classpath "at.comm_unity.gradle.plugins:jpamodelgen-plugin:1.1.4" } } ``` But unfortunately the plugin is not found...

First of all, let me say thanks for this plugin. I really like it. My project uses [Lombok](https://projectlombok.org/) which generates boilerplate source code such as getters, setters and constructors. It...

### Is your feature request related to a problem? Please describe. Pull request #3409 added nullable annotations to generated Java POJOs. The annotations are provided by library `com.google.code.findbugs:jsr305`. I'd like...

Enhancement: Feature