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

JAXB2 Maven Plugin

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

I have , in my code: ``` ``` and , in common.xsd: ``` ``` And your plugin don't work: ``` org.xml.sax.SAXParseException; systemId: file:/Users/sbuisson/workspace-mlk/mlk-worker-file-to-sqs/src/main/resources/xsd/pricebook.xsd; lineNumber: 43; columnNumber: 67; src-resolve : Impossible...

bug

Currently (in plugin version 2.3) JavaDoc comments for @XmlWrapper-annotated collections are not injected into the generated schema properly.

enhancement

Hi Team, Recently i was trying to upgrade jaxb2-maven-plugin from 1.3 to 2.3.1. While upgrading this plugin my "xjc" goal is failing for XSD's importing other XSD's. Below is the...

documentation

MOXy has some nice additional features in addition to the Reference implementation, such as being able to generate and consume JSON (including JSON schema). Moreover, EclipseLink MOXy provides another entry...

enhancement

trying to convince xjc to ignore the CVS files. My pom plugin settings are: org.codehaus.mojo jaxb2-maven-plugin 2.3.1 target/generatedSources CVS\Entries CVS\Repository CVS\Root CVS CVS\Repository CVS\Root CVS\Entries The xjbExclude filter is honoring...

bug

The current configuration is as follows. The generated XSD file names like schema1.xsd and schema2.xsd etc... ``` org.springframework.boot spring-boot-maven-plugin org.codehaus.mojo jaxb2-maven-plugin 1.6 xjc xjc schemagen schemagen generate-resources ${project.basedir}/src/main/resources/ true com/javatechie/spring/soap/api/test/*.java...

Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.4. Commits d2a9ddb prepare release 1.4.4 41e1ddc in relation to LOGBACK-1696 9b3b800 fix LOGBACK-1695 ba5eb23 test changes related to LOGBACK-1693 LOGBACK-1694 6259aad cleanup dependency declarations...

dependencies
java

Bumps asm from 9.3 to 9.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ow2.asm:asm&package-manager=maven&previous-version=9.3&new-version=9.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

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

dependencies
java

We are creating the server side for a SOAP based service that uses MTOM/XOP to receive binary files (zip files). The xsd for the service has the following element definition...