JAXB XJC Possible to suppress comment creation in generated classes?

前端 未结 8 1208
渐次进展
渐次进展 2021-01-01 09:45

Our project uses XJC to generate Java classes from an XSD. I\'m using JAVA EE 6.

When all the XSDs we have are re-generated, the generated classes include this comm

8条回答
  •  粉色の甜心
    2021-01-01 10:23

    What you should you :

    Generate your classes in target :

    ${project.build.directory}/generated-sources
    

    If you add target to ignore list (svn), that's all.

提交回复
热议问题