maven-jaxb2-plugin VS jaxb2-maven-plugin for multiple schemas

后端 未结 2 1469
栀梦
栀梦 2021-01-13 05:06

I have multiple xsd schemas that I want to unmarshall into different packages under the same folder target/generated-sources/xjc. I tried both

2条回答
  •  春和景丽
    2021-01-13 06:05

    General advice: specify your packages in bindings.xjb rather than in different executions with individual generatePackages.

    
        
            
        
    
    

    generatePackage does not really work well with multiple schemas.

    And please file a bug in

    https://java.net/jira/browse/MAVEN_JAXB2_PLUGIN

    citing the problem with the multiple schemas and Eclipse. I'll take a look into it.

    ps. SO disclaimer: I'm the author of maven-jaxb2-plugin.

提交回复
热议问题