Maven Release Plugin和SVN提交错误

时间:2013-09-02 04:55:56

标签: svn maven-3 maven-release-plugin

我是这个Maven的新手。目前我正在研究SVN。当我尝试应用“mvn release:prepare”命令时,我遇到了问题。它显示错误,如下所示

错误: -

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:03.733s
[INFO] Finished at: Mon Sep 02 10:17:17 GMT+05:30 2013
[INFO] Final Memory: 6M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.2.1:prepare (default-cli) on project curo-fabric-component-rabbitmq-experiments: Unable to commit files
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] svn: Commit failed (details follow):
[ERROR] svn: Commit blocked by pre-commit hook (exit code 1) with output:
[ERROR] Valid Radar/Espresso number is not given with commit.
[ERROR] Provide Radar number as rdar://12345678 OR Provide Espresso number as <exp2://Ticket/12345678>
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

请帮帮我。我已经检查了我当地的位置。然后我正在申请这个命令而无法提交给SVN。

欢迎任何建议。 提前谢谢。

1 个答案:

答案 0 :(得分:1)

  

将雷达编号提供为rdar:// 12345678或将Espresso编号提供为

我认为你的svn服务器要求你提交一个确切的消息格式。所以我认为您应该尝试使用上述格式之一:rdar://12345678<exp2://Ticket/12345678>

相关问题