bash if demo 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 … Read More
maven Failure to find **** was cached in the local repository, resolution will not be reattempted until the update interval of dahezi-release has elapsed or updates are forced 问题: Failure to find thelook:commons-java:pom:0.1… Read More