SCM configuration for SVN in maven.
<scm> <connection>scm:svn:svn://{ip}/{path}</connection> <developerConnection>scm:svn:svn://{ip}/{path}</developerConnection> <url>http://{ip}:{port}/nexus/index.html</url> </scm>