mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
mvn: simplify skip unit tests (#6448)
This commit is contained in:
parent
9d3781c328
commit
449267ef13
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- Criar um artefato de distribuição sem executar testes unitários:
|
- 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:
|
- 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 命令):
|
- 在本地 maven 存储库中安装构建的包(这也会调用 compile 和 package 命令):
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
- Compile and package, skipping unit tests:
|
- 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):
|
- Install the built package in local maven repository. (This will invoke the compile and package commands too):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue