我正在使用Maven 2.x,Atlassian Bamboo與maven插件我的構建jdk配置設置爲1.6,我沒有任何jdk版本在pom中強制執行設置.xml文件。源1.3(使用源5或更高來啓用泛型)
當我在我的IDE編譯項目,它工作正常,但是當我在竹編譯它給我下面的錯誤。
我已經檢查了我在任務中配置的jdk版本是1.6,我也嘗試從pom中的maven插件強制執行jdk版本,但沒有工作。你們有人可能知道這裏發生了什麼?
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
in -source 1.3
(use -source 5 or higher to enable generics)
List<String> matchedList = findMatchPhrase(keyword, expression);
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
真棒作品給我。 –
上個星期我遇到完全相同的問題時,你問這個問題很有趣:) – adarshr