Details
Description
I have projects in flat hierarchy like this
- hsm/pom.xml <-- parent pom - hsm-api/pom.xml - hsm-core/pom.xml - hsm-/pom.xml
I use also inheritance from parent in modules . When I try to run prepare goal, everything runs OK until:
[INFO] Executing: svn --non-interactive commit --file /tmp/maven-scm-760111578.commit --targets /tmp/maven-scm-64915-targets [INFO] Working directory: /home/bond/workspace/hsm [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Unable to commit files Provider message: The svn command failed. Command output: svn: '/home/bond/workspace' is not a working copy svn: Can't open file '/home/bond/workspace/.svn/entries': No such file or directory
It seems that release plugin is trying to find some SVN information directly in my workspace directory. Each pom has separately defined <scm> options.
Attachments
Issue Links
- is related to
-
MRELEASE-261 release:prepare should support flat directory multi-module projects
- Closed