我已使用MAVEN/maven/bin/mvn -X -e deploy从命令行将工件上传到Sonatype Nexus: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.
我已经检查了 SVN 存储库中的代码,并为其创建了几个空目录,但我无法提交它们。我们还有其他命令来提交空目录吗?
现在我正在使用下面的命令,但没有响应。
svn commit -m "Comments"
Run Code Online (Sandbox Code Playgroud)
提前致谢