I am using svn.
My project structure on disk:
dir myproject
dir myproject/design
dir myproject/impl
file myproject/impl/pom.xml
dir myproject/impl/src
...
How is the above structure mapped in svn:
myproject/trunk/impl
The reason for such mapping is that svn contains some other things (design
dir) apart from standard project maven structure.
The problem is: when I use the maven-release-plugin, the maven working
directory is impl (because pom is in impl) and all svn operations use dot
for source when using 'svn copy' ('svn copy . .../myproject/tags/0.1'). This
does not work for me, because it puts in tag only content of the impl dir,
not content of the myproject dir.
Can I somehow persuade the plugin to use parent project for svn operations?
--
View this message in context:
http://www.nabble.com/Maven2-maven-release-plugin-release%3Aprepare---changing-current-dir-for-scm-operations-tf3039641s177.html#a8448312
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]