The <scm>
indicates the configuration of a read-only connection ("connection" element), a read-write connection ("DeveloperConnection"), and a public URL. This has nothing to do with tagging. In a small LAN, these three parameters are the same.
For the tag database you need to configure the release plugin:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <tagBase>scm:svn:http://subversion.local:3690/svn/projects/x/tags</tagBase> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin>
source share