mvn: simplify skip unit tests (#6448)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
- Criar um artefato de distribuição sem executar testes unitários:
|
||||
|
||||
`mvn package -Dmaven.test.skip=true`
|
||||
`mvn package -DskipTests`
|
||||
|
||||
- Instalar um artefato gerado em um repositório local:
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
|
||||
- 编译和打包,跳过单元测试:
|
||||
|
||||
`mvn package -Dmaven.test.skip=true`
|
||||
`mvn package -DskipTests`
|
||||
|
||||
- 在本地 maven 存储库中安装构建的包(这也会调用 compile 和 package 命令):
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
|
||||
- Compile and package, skipping unit tests:
|
||||
|
||||
`mvn package -Dmaven.test.skip=true`
|
||||
`mvn package -DskipTests`
|
||||
|
||||
- Install the built package in local maven repository. (This will invoke the compile and package commands too):
|
||||
|
||||
|
Reference in New Issue
Block a user