You can add conf for release plugin : ~ <plugin> ~ <artifactId>maven-release-plugin</artifactId> ~ <configuration> ~ <tagBase>svn://host:3691/path/to/tags/</tagBase> ~ </configuration> ~ </plugin>
http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html 2006/2/28, Allison, Bob < [EMAIL PROTECTED]>: > > 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] > >
