相关疑难解决方法(0)

Maven安装:" - 1.3"中不支持注释

mvn install在我的项目上运行时,我发现它由于以下错误而失败:

C:\Repositories\blah\src\test\java\com\xxx\qm\testrunner\test\ATest.java:[11,5] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
    @Test

C:\Repositories\blah\src\test\java\com\xxx\qm\common\test\BTest.java:[11,5] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
    @Test
Run Code Online (Sandbox Code Playgroud)

jUnit 4.8然而,我的Maven依赖包括但没有任何参考1.3.

什么会导致这些错误?请指教

junit annotations maven

14
推荐指数
1
解决办法
8966
查看次数

标签 统计

annotations ×1

junit ×1

maven ×1