maven编译时出现There are test failures

img

救救孩子吧 编译报错:
There are test failures.

Please refer to H:\BSManager\target\surefire-reports for the individual test results.

<build>  
    <plugins>  
        <plugin>  
            <groupId>org.apache.maven.plugins</groupId>  
            <artifactId>maven-surefire-plugin</artifactId>  
            <configuration>  
                <testFailureIgnore>true</testFailureIgnore>              
            </configuration>  
        </plugin>  
    </plugins>  
</build>