【发布时间】:2011-02-15 12:26:52
【问题描述】:
我正在尝试运行 mvn release:prepare 并收到以下错误。 我有一个扁平的项目结构。我正在使用 SVN 作为源代码管理工具。
[ERROR] BUILD FAILURE
[INFO] ---------------------------------------------------------------
[INFO] Unable to commit files
Provider message:
The svn command failed.
Command output:
svn: 'D:\home\dev\eclipse_workspace' is not a working copy
我的发布插件添加到父pom中如下
<'plugin>
<'groupId>org.apache.maven.plugins'<'/groupId>
<'artifactId>maven-release-plugin'<'/artifactId>
<'version>2.1'<'/version>
<'/plugin>
【问题讨论】:
-
您可以在这里显示 POM 吗? pom的SCM区配置connection和developerConnection了吗?