Alexey Valikov
Alexey Valikov
One more questions: is it OK if I only implement this for German?
> For plural forms, we can leave gender = null, unless we find another good alternatives. It will still be possible to access the two different plural forms (per case)...
Please check #58.
@chmeyer Seems I've encountered a problem. Please see the following word: https://de.wiktionary.org/wiki/Fels  It has two singulars, both masculine. With three alternatives in `Genitiv Singular 1`. In this...
I'm totally fine with `inflectionGroup`. This solves my problem. I'll finish the singular gender first and do it next. Thank you.
I have also ran into this issue. Below are my tests: ``` javascript "Without prefix" : function(test) { var xmldom = require('xmldom'); var di = new (xmldom.DOMImplementation)(); var doc =...
Resolved als "duplicate" of this issue. :)
I understand. This should be actually `maven-jaxb2-plugin` issue since JAXB plugin can do nothing about classpaths. It just uses what's given. And it's `maven-jaxb2-plugin` which provides the classpath to JAXB...
Thank you for the contribution. I'll need some time to review this.
Yes, the plugin should work with `jaxws-maven-plugin`. Please send me a PR or a sample project which compiles something with the `jaxws-maven-plugin` and I'll add some annotations via `jaxb2-annotate-plugin`. The...