Description
There are a bunch of other community driven Jaxb2 / XJC plugins which are published under the groupId org.jvnet.jaxb2_commons
- jaxb2-commons-lang
- jaxb2-default-value
- jaxb2-fluent-api
- jaxb2-namespace-prefix
- jaxb2-value-constructor
The repository is https://github.com/javaee/jaxb2-commons
It seems the basics plugin has origins there too. I stumbled upon those while trying to migrate builds that where using those to the JakartaEE9 era.
Here is a small PR of mine upgrading them: javaee/jaxb2-commons#46
@mattrpav The original javaee/jaxb2-commons project I mentioned seems to be abandoned. The plugins are published under the same groupId as the basics plugin. It seems this project is able to publish to maven central. So my question is if we could take over the remaining plugins and roll out a maintenance + JakarteEE9 ugrade release? I' happy to contribute and help out.