mvn build failures:编译失败
Posted
技术标签:
【中文标题】mvn build failures:编译失败【英文标题】:mvn build failures : Compilation failure 【发布时间】:2021-07-02 16:35:36 【问题描述】:通过 maven 构建项目时出现以下错误。尝试使用 mvn clean install 命令。
项目是最新克隆的,没有进行任何更改,本地仍然出现错误。
项目似乎是远程传递的,因此是我的问题。
File BlockMetadata.java 没有编译问题
试过了:
->maven 更新但没有运气。
->参考了关于 XmlRootElement 问题的其他文章,这些文章指出添加 javax.xml.bind 依赖,但如果项目正在传递远程构建问题似乎到了我的尽头
任何指针将不胜感激
[ERROR] Failed to execute goal org.eclipse.tigerstripe:tigerstripe-maven-plugin:3.2.2:compile-artifacts (default-compile-artifacts) on project test_model: Compilation failure: Compilation failure: [ERROR] /Users/amit/project/models/external-models/test_model/target/tigerstripe.gen/src/main/java/com/Scheduler/test/model/metadata/BlockMetadata.java: [ERROR] // [ERROR] ^ [ERROR] The type javax.xml.bind.annotation.XmlRootElement cannot be resolved. It is indirectly referenced from required .class files [ERROR] 1 problem (1 error) [ERROR] -> [Help 1]
【问题讨论】:
您需要显示项目和 pom.xml 文件的更多详细信息。 【参考方案1】:似乎问题出在tigerstripe 上。需要添加一些插件依赖项。现在解决了
【讨论】:
以上是关于mvn build failures:编译失败的主要内容,如果未能解决你的问题,请参考以下文章
ionic build android failure - 任务 processDebugResources 执行失败
FAILURE:通过“flutter build appbundle”命令构建项目时构建失败并出现异常
FAILURE:构建失败并出现异常。 * 其中:构建文件 'D:\AProjects\flutter_app\android\app\build.gradle' 行:24
Build step 'Execute Windows batch command' marked build as failure
FAILURE:构建失败并出现异常。 * 其中:构建文件 'C:\Users\mayev\dev\remplazo\Chronos\android\app\build.gradle' 行:81
Magnolia Demo 项目 mvn build 由于无法获取 magnolia-setproperty-maven-plugin 而失败