作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个用java6编译的项目。它使用 jaxb2-maven-plugin 为 Web 服务生成 XSD。
我正在尝试移植该项目以使用 java8 进行编译/运行。为此,我将 jaxb2-maven-plugin 版本从 1.3.1 升级到 2.2
但是,当我使用“mvn clean install”构建项目时,出现以下错误:
--
[INFO] XSD post-processing: Adding JavaDoc annotations in generated XSDs.
[INFO] Processing [4] java sources.
[ERROR] Execution failed.
[ERROR] [Exception]: java.lang.IllegalArgumentException [Message]: Not supported: indent-number
org.apache.xalan.processor.TransformerFactoryImpl.setAttribute(TransformerFactoryImpl.java:485)
org.codehaus.mojo.jaxb2.schemageneration.XsdGeneratorHelper.getFactory(XsdGeneratorHelper.java:544)
org.codehaus.mojo.jaxb2.schemageneration.XsdGeneratorHelper.getHumanReadableXml(XsdGeneratorHelper.java:440)
org.codehaus.mojo.jaxb2.schemageneration.XsdGeneratorHelper.savePrettyPrintedDocument(XsdGeneratorHelper.java:508)
--
我用 google 搜索了这个错误,发现这是由于旧的 java6 附带了支持此错误的 xalan 变压器。但我不确定如何解决这个问题,因为我正在使用该插件并且没有在自己的代码中进行任何转换。
感谢任何帮助。
最佳答案
看来他们在 2.2 版本之前明确修复了此问题,但它已被标记为 2.3 版本。
https://github.com/mojohaus/jaxb2-maven-plugin/issues/40
尝试更新到 2.3。
关于java - 错误: Not supported: indent-number when using jaxb2-maven-plugin with jdk8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41386432/
我是一名优秀的程序员,十分优秀!