mvn \
deploy:deploy-file \
-DgroupId=com.weibo.datasys \
-DartifactId=data-flow \
-Dversion=2.0.0 \
-Dpackaging=jar \
-Dfile=./target/data-flow-2.0.0-SNAPSHOT.jar \
-DgeneratePom=true \
-Durl=http://***/nexus/content/repositories/releases \
-DrepositoryId=***

相关文章:

  • 2021-12-29
  • 2022-12-23
  • 2021-12-13
  • 2022-01-09
  • 2022-12-23
  • 2021-12-28
猜你喜欢
  • 2022-02-04
  • 2022-12-23
  • 2021-10-04
  • 2021-12-18
  • 2021-05-17
  • 2022-12-23
相关资源
相似解决方案