我需要做些什么来解决 Maven 中的这个错误(还有更多,我只是复制了顶部)。
一个关键信息似乎是:
无法解析错误消息:(使用 -source 5 或更高版本启用注释)
但我尝试添加-source 5
到命令中,但它无法识别它。我是否需要在某处编辑配置文件以说明要使用的 Java 版本或类似的内容?
这是错误:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\SVN-atx-Ingestion\branches\atx-ingestion\src\main\java\com\somecompany\eikon\atx\ingestion\database\atxAtomickosXaDataSource.java:[115,4] error: annotations are not supported in -source 1.3
could not parse error message: (use -source 5 or higher to enable annotations)
C:\SVN-atx-Ingestion\branches\atx-ingestion\src\main\java\com\somecompany\eikon\atx\ingestion\database\atxAtomickosNonXaDataSource.java:47: error: annotations are not supported in -source 1.3
@Override
^
could not parse error message: (use -source 5 or higher to enable annotations)
C:\SVN-atx-Ingestion\branches\atx-ingestion\src\main\java\com\somecompany\eikon\atx\ingestion\database\XaDatabase.java:29: error: generics are not supported in -source 1.3
private final Map<String,atxAtomickosXaDataSource> map =