Install maven project skip test method 1、clean install -DskipTests 2, configure the plugin in pom.xml 3、mvn install -Dmaven.test.skip=true 1、clean ...
確定! 回上一頁