`
wbj0110
  • 浏览: 1549794 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

deploying third party JAR to a remote repository

阅读更多
mvn deploy:deploy-file -DgroupId=com.myco.util.ant \
  -DartifactId=selenium-ant-task \
  -Dversion=1.4 \
  -Dpackaging=jar \
  -Dfile=/Users/davea/.m2/repository/com/myco/util/ant/selenium-ant-task/1.4/selenium-ant-task-1.4.jar \
  -DrepositoryId=sonatype-nexus \
  -Durl=http://sonatype.myco.com/nexus/content/repositories/releases
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics