我使用嵌入式碼頭服務器來構建一場戰爭,我通過eclipse運行maven clean,然後安裝maven。我得到一堆「不支持」的錯誤maven安裝失敗「不支持泛型」
\RoleDao.java:[86,13] generics are not supported in -source 1.3
(use -source 5 or higher to enable generics)
public List<Role> findAllRoles()
UserAuth.java:[44,1] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@SuppressWarnings("deprecation")
任何人有一個想法?謝謝
我碰到使用Maven 3.0.4類似的問題,它似乎是撿-source 1.3作爲默認值。爲了解決這個問題,我必須在Tomasz的答案中指定編譯器插件源。 – scaganoff 2012-10-09 11:23:48