📜  如何在 Eclipse 中更快地进行 Maven 全新安装 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:09.992000             🧑  作者: Mango

代码示例1
mvn -T 1C clean install -nsu -DskipTests -pl '!m7,!m8,!m18,!m11,!m24'

-- T 1C is to tell user 1 thread per core and -DskipTests to skip tests