mvn org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy-file -Durl=file:///home/me/m2-repo \
                                                                            -DrepositoryId=some.repo.id \
                                                                            -Dfile=./path/to/artifact-name-1.0.jar \
                                                                            -DpomFile=./path/to/pom.xml \
                                                                            -Dsources=./path/to/artifact-name-1.0-sources.jar \
                                                                            -Djavadoc=./path/to/artifact-name-1.0-javadoc.jar


相关文章:

  • 2022-12-23
  • 2021-05-21
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2022-02-09
  • 2022-12-23
  • 2021-05-01
  • 2021-05-21
  • 2021-08-13
  • 2021-10-10
  • 2021-12-23
相关资源
相似解决方案