哪些 Maven2 插件可用于 JAXB2?

发布于 2024-10-18 05:00:24 字数 650 浏览 0 评论 0 原文

我想通过 Maven2 插件使用 JAXB2 从 XML 模式文件生成 Java 源代码(如

似乎有 2 个适用于 JAXB 的 Maven 插件: "Maven 2 JAXB 2.x 插件“ (org.jvnet.jaxb2.maven2:maven-jaxb2-plugin) 托管在 java.net 上,并且 “Maven JAXB 2.1 插件” (org.codehaus.mojo:jaxb2-maven-plugin) 托管在 Codehaus。

在我看来,java.net 上的那个有更多功能,比如 XJC 插件。但其 java.net 页面引用 highsource.org 获取文档,不幸的是,这似乎是最近无法使用。

那么最好的选择是什么?有谁知道 highsource.org 发生了什么?其他人都用什么?

I'd like to generate Java source code from an XML Schema file using JAXB2 via a Maven2 plugin (as in this blog post).

There seem to be 2 Maven plugins for JAXB: The "Maven 2 JAXB 2.x Plugin" (org.jvnet.jaxb2.maven2:maven-jaxb2-plugin) is hosted at java.net, and the "Maven JAXB 2.1 Plugin" (org.codehaus.mojo:jaxb2-maven-plugin) hosted at Codehaus.

It seems to me the one at java.net has more features, like XJC plugins. But its java.net page refers to highsource.org for documentation, which unfortunately seems to be unavailable recently.

So what's the best choice? Does anyone know what's going on with highsource.org? What's everyone else using?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

┈┾☆殇 2024-10-25 05:00:24

我发现以下内容对于我的系统来说工作得足​​够好。

<plugin>
  <groupId>org.jvnet.jaxb2.maven2</groupId>
  <artifactId>maven-jaxb2-plugin</artifactId>
</plugin>

I found the following to be working well enough for my system.

<plugin>
  <groupId>org.jvnet.jaxb2.maven2</groupId>
  <artifactId>maven-jaxb2-plugin</artifactId>
</plugin>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文