2019年11月29日 | Leave a comment if [ -z $IGNORE_TEST ]; then if [ -z $IGNORE_TEST_ERROR ]; then mvn test -B ; else mvn -fn test -B ; fi; fi 1 if [ -z $IGNORE_TEST ]; then if [ -z $IGNORE_TEST_ERROR ]; then mvn test -B ; else mvn -fn test -B ; fi; fi