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'm getting a random exception in my circleci builds when I do mvn package `[INFO] Sources are not up-to-date, XJC will be executed. [ERROR] Error while parsing schema(s).Location [ file:/home/circleci/******-server/src/main/resources/wsdl/simpleBinding.xjb{8,58}]....

My Eclipse-RCP project is built using maven tycho. I have just updated everything to latest version: tycho 1.5, and jaxb2-maven-plugin 2.5.0. On Windows, the build works correctly. On macOS the...

bug
Eclipse/M2E

I have a XSD with some XML types to be used in differend other XSDs. I put this `common.xsd` in a Jar of its own along with a `catalog.xml` as...

The error can be reproduced with the integration test: In `src/it/xjc-main/pom.xml`, add `false` to the configuration (after `com.example.myschema`). With this, the integration test fails. If additionally `@project.version@` is replaced by...

When generating the JAXB objects on Windows and we used variables to locate the WSDL like ${project.basedir}, this is then replaced something like "C:\somefolder\", Backslashes then fails on "Could not...

Hi, as one of our branch names contained the word readme, the plugin refuses to take the XSD explicitly supplied when run in jenkins. This is due to the filter...

This plugin calls MavenProject.addCompileSourceRoot() and MavenProject.addTestCompileSourceRoot() from AbstractJavaGenreatorMojo.performExecution(). This method is called by AbstractJaxbMojo.execute(). However, the test code is only added if AbstractJaxbMojo.isReGenerationRequired() returns true for the generated test code....

Settings were: ```xml org.codehaus.mojo jaxb2-maven-plugin 2.5.0 xjc xjc com.example.myschema ${basedir} ${basedir}/src/main/resources/schemas ``` Execution lead to deleting everything inclusive `.git/. It's my fault for setting the output Dir to the basdir....

After upgrading from JDK 8 to JDK 11 there are many empty lines in generated XSD, e.g.: ``` ``` With JDK 8 and the same jaxb2-maven-plugin configuration generated XSD looked...

Hi! Having multiple XSD for SAML (official and standard XSDs) and trying to use them to generate classes I got an error: Exception in thread "main" java.lang.InternalError: Unable to load...

bug
JDK Bug