I have a development tree that looks like this:
toplevel
+-- pom.xml
+-- module1
+-- pom.xml
+-- module2
+-- pom.xml
I would like to make a release of module1. When I do "mvn
release:prepare", the POM is updated with the release version and
committed then I get the error "svn: Cannot copy path '.' into its own
child '../tags/module1-1.0'"
My subversion repository looks like:
product
+-- trunk
+-- toplevel
+-- module1
+-- tags
Is there any way to tell the release plugin where the tagged stuff
should go? It just assumed that it should go in '../tags' rather than
asking me. Or am I stuck with not being able to use the release plugin?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]