我正在尝试运行 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>