2016-05-14 34 views

回答

5

pom.xml,取出督促配置文件的build標籤以下內容:

<execution> 
    <id>gulp test</id> 
    <goals> 
     <goal>gulp</goal> 
    </goals> 
    <phase>test</phase> 
    <configuration> 
     <arguments>test --no-notification</arguments> 
    </configuration> 
</execution> 

這是在管線750中JHipster 3.3.0的pom.xml

一個更好的解決方案是找出爲什麼這些測試失敗並修復它們 - 它們的目的是幫助您找到問題,並且由於某種原因而失敗。

+0

謝謝兄弟,你救了人命 –