Thanks for the above responses. I've managed to find out the cause of the issue: during the prepare, the tag was given at the project root directory (which contains branches, tags and trunk) at the svn repo instead of the project_root/trunk directory; therefore, when release:perform checks out the working copy of the given tag, it has branches, tags and trunk sub-directories all checked out, and pom.xml is contained under trunk.
So the question has become how can I set prepare tag the trunk directory rather than the project root directory correctly? Apologies for this newbie question, any help is highly appreciated! -- View this message in context: http://old.nabble.com/Error-running-release%3Aperform-tp26525584p26529286.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
