jaxb2-maven-plugin icon indicating copy to clipboard operation
jaxb2-maven-plugin copied to clipboard

JAXB2 Maven Plugin

Results 94 jaxb2-maven-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.0. Commits e83403e prepare release 1.4.0 e2c0cc6 migrate to Jakarta EE 0088e60 bump version to 1.4.0-SNAPSHOT on master b73153c indentation changes 5175596 bump to SLF4J...

dependencies
java

When I try to upgrade jaxb2-maven-plugin from 2.5.0 to 3.1.0 I receive the following error, while trying to generate an XSD out of Java code: `Execution xmlschemagen of goal org.codehaus.mojo:jaxb2-maven-plugin:3.1.0:schemagen...

I am trying to migrate to java 11 and jakarta. I need to create java classes from XSD Files as I did in Java EE. I have changed all jaxb...

The XjcMojo (and perhaps others) calls relativize with the baseDir set to something like System.getProperty("user.dir") which appears to be the project from which the Maven invocation occurs (mvn clean install)....

When I try to parse a dtd (using sourceType dtd), I get the following error ``` org.xml.sax.SAXParseException: Are you trying to compile DTD? Support for DTD is experimental. You may...

Bumps `jaxb.version` from 3.0.2 to 4.0.0. Updates `jaxb-xjc` from 3.0.2 to 4.0.0 Updates `jaxb-jxc` from 3.0.2 to 4.0.0 Dependabot will resolve any conflicts with this PR as long as you...

dependencies
java

Don't try to shorten paths to xsd sources. XCJ is called directly, not via the command-line, so doing so doesn't really help. Not trying to shorten these paths also avoids...

A project that compiles and runs just fine under JDK15 fails with the following on JDK16. --- maven-jaxb2-plugin:0.14.0:generate (default) @ crcl4java-base --- Sources are not up-to-date, XJC will be executed....

Hello! We have an issue with the jaxb2-maven-plugin. We have a multi module maven project including (among others) multiple schema generation modules. When we build this project locally (either on...

Is it possible to generate fluent interface with the plugin or is there any feature planned to support it in the future? I am aware that maven-jaxb2-plugin supports this feature...