【发布时间】:2015-10-31 06:59:21
【问题描述】:
我已使用命令行将工件上传到 Sonatype Nexus MAVEN/maven/bin/mvn -X -e deploy:deploy-file -Durl=http://maven-nexus.com/nexus/content/repositories/xyz -DrepositoryId=xyz -DgroupId=com.kumar -DartifactId=peshu -Dversion=1.0.12 -Dpackaging=war -Dfile=RIGHT .war
现在我想从命令行中删除这个版本(1.0.12),以便我可以自动化这个过程,我可以使用什么命令来代替 Curl。
【问题讨论】: