2013-07-30 84 views

回答

47

最後失敗應該在您的方案中工作。

基本防守從Maven的規格:

--fail-at-end - if a particular module build fails, continue the rest of the reactor 
      and report all failed modules at the end instead . 
+0

哎,TKS的回答,我怎麼把低這個選項直接在pom或設置文件中,因爲我在intelliJ中運行maven插件,而不是從命令行運行。 –

+4

假設你已經爲Intellij安裝了maven插件,你可以運行它作爲maven模塊設置目標 - 'clean install -fae' – saurav

19

您可以使用命令行選項:

--fail-at-end 

應該是你的朋友。

+4

TKS,這就是答案太多,但我給上面的一個,因爲他是在信貸比你:) –