Hi! Am Donnerstag, 26. November 2009 14:15:24 schrieb zyd08: > 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!
Have a look at the <scm> section in your POM. <developerConnection> or eventually <connection> are the tags that define the root of your project in SCM. Google should bring more information if you need them. hth, - martin
signature.asc
Description: This is a digitally signed message part.
