maven-jaxb2-plugin 是否有相当于 codehaus 插件的 <xsdPathWithinArtifact> 的东西?

Is there an equivalent to codehaus' plugin's <xsdPathWithinArtifact> for the maven-jaxb2-plugin?

jaxb2-maven-plugin 有 <xsdPathWithinArtifact> option。 maven-jaxb2-plugin 中是否有等效项?在生成的 jar 中包含模式文件的推荐方法是什么?我目前正在使用 Maven 的原生 <resources>.

免责声明:我是 .

的作者

不,中没有这样的选项,以后也不会有。 不关心管理资源,还有其他 Maven 插件。

推荐的方式正是您正在做的 - 将您的架构放在 src/main/resources 下,它们将被打包到生成的 JAR 中。