简体   繁体   English

org.codehaus.mojo:jaxb2-maven-plugin 2.0在哪里?

[英]Where is org.codehaus.mojo:jaxb2-maven-plugin 2.0?

I am currently using the JAXB-2 Maven plugin developed by Codehaus ( jaxb2-maven-plugin ) to generate Java classes from an XSD. 我目前正在使用Codehaus开发的JAXB-2 Maven插件jaxb2-maven-plugin )从XSD生成Java类。

The site mentions that the plugin is in version 2.0 (Last Published: 2015-02-09). 该网站提到该插件的版本为2.0(最新发布:2015-02-09)。 However, I can not find this plugin on any Maven repo : 但是,我在任何Maven仓库中都找不到此插件:

Where can I find it ? 在哪里可以找到它?

Also, I tried using the previous version (1.6) but it seems that the configuration of the goal xjc radically changed because the properties described in the documentation for version 2.0 do not exist in version 1.6. 另外,我尝试使用以前的版本(1.6),但似乎目标xjc的配置发生了根本变化,因为版本2.0的文档中描述的属性在版本1.6中不存在。

This leads to a second question: where can I find the documentation for version 1.6 ? 这就引出了第二个问题:在哪里可以找到1.6版的文档?

I'm waiting too. 我也在等 But It seem they has some problems with 2.0. 但是似乎他们在2.0中存在一些问题。

Lennart Jörelid, a project contributor said: 项目贡献者LennartJörelid说:

While the 2.0 version exists in the version control system, it is not publicly released. 版本控制系统中存在2.0版本,但尚未公开发布。 I am awaiting some feedback from the community in regards to the eclipse m2e integration and - based on feedback - will likely release a 2.1 instead of the 2.0 version for public consumption. 我正在等待社区有关eclipse m2e集成的反馈,并且-基于反馈-可能会发布2.1版本而不是2.0版本供公众使用。

http://jira.codehaus.org/browse/MJAXB-97?focusedCommentId=364606&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-364606 http://jira.codehaus.org/browse/MJAXB-97?focusedCommentId=364606&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-364606

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法执行目标 org.codehaus.mojo:jaxb2-maven-plugin:1.6:xjc (default-cli) - Getting Failed to execute goal org.codehaus.mojo:jaxb2-maven-plugin:1.6:xjc (default-cli) 我想在每个使用org.codehaus.mojo jaxb2-maven-plugin插件生成的JAXB生成的文件中添加一行注释 - I want to add a single line comment in each JAXB generated file that have been generated using the org.codehaus.mojo jaxb2-maven-plugin plugin Maven:org.codehaus.mojo:tomcat-maven-plugin:jar:2.2的POM在哪里? - Maven: where is the POM for org.codehaus.mojo:tomcat-maven-plugin:jar:2.2? Java POM 插件问题(无法解析 mojo org.codehaus.mojo:exec-maven-plugin 的配置) - Java POM plugin issue (Unable to parse configuration of mojo org.codehaus.mojo:exec-maven-plugin) 无法使用codehaus.mojo jaxb2-maven-plugin创建Java类 - Unable to create java classes using codehaus.mojo jaxb2-maven-plugin Maven:无法执行目标org.codehaus.mojo:sonar-maven-plugin:2.7.1:声纳 - Maven: Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.7.1:sonar Maven无法执行目标org.codehaus.mojo:exec-maven-plugin:1.3 - Maven Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3 Maven错误:无法执行目标org.codehaus.mojo:exec-maven-plugin:1.2.1:exec - Maven error: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec Maven在命令行找不到org.codehaus.mojo:exec-maven-plugin - Maven can't find org.codehaus.mojo:exec-maven-plugin at command line 插件 org.codehaus.mojo:exec-maven-plugin:1.5.0 或其依赖项之一无法解析 - Plugin org.codehaus.mojo:exec-maven-plugin:1.5.0 or one of its dependencies could not be resolved
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM