I also see a space in your tagBase, though I'm sure that is just a
typo to the list. Again you might want to try:
<tagBase>http://myhost/myrepo/tags/tags</tagBase>
J
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
...
<scm>
<connection>scm:svn:svn://myhost/myrepo/trunk</connection>
<developerConnection>scm:svn:svn://myhost/myrepo/trunk</
developerConnection>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>svn:// myhost/myrepo/tags</tagBase>
</configuration>
</plugin>
</plugins>
</build>
</project>
Any ideas what is going on here?
--
Julian Wood <[EMAIL PROTECTED]>
Software Engineer
Teaching & Learning Centre
University of Calgary
http://tlc.ucalgary.ca
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]