简体   繁体   English

在maven-release-plugin中添加SVN参数

[英]Adding SVN arguments in maven-release-plugin

During a mvn release:prepare , maven-release-plugin needs to make some commits (tag and new poms). mvn release:prepare ,maven-release-plugin需要进行一些提交(标记和新pom)。

I need to be able to add arguments to this SVN command without changing anything but the pom.xml file. 我需要能够在不更改pom.xml文件的情况下向此SVN命令添加参数。

Considering the developers of the maven-release-plugin themselves had to use a separate file 考虑到maven-release-plugin的开发人员自己必须使用单独的文件

svn-settings.xml

to add an argument to the commits (as you can see in the link bellow), this question may not have a solution yet. 在提交中添加参数(如您在下面的链接中看到的),这个问题可能还没有解决方案。

http://jira.codehaus.org/browse/MRELEASE-628 http://jira.codehaus.org/browse/MRELEASE-628

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM