Author: chatellier Date: 2008-09-24 09:32:31 +0000 (Wed, 24 Sep 2008) New Revision: 94 Modified: lutinmatrix/trunk/pom.xml Log: Add scm conf Modified: lutinmatrix/trunk/pom.xml =================================================================== --- lutinmatrix/trunk/pom.xml 2008-09-23 12:13:05 UTC (rev 93) +++ lutinmatrix/trunk/pom.xml 2008-09-24 09:32:31 UTC (rev 94) @@ -31,11 +31,10 @@ <!--Source control management--> <scm> - <!-- BE WARE, this value will be overriden by inheritance --> - <connection>scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/${pom.artifactId}/trunk</connection> - - <!-- BE WARE, this value will be overriden by inheritance --> - <developerConnection>scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/${pom.artifactId}/trunk</developerConnection> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <!-- This does'nt work for viewcvs.php with stat-scm with svn conf :( + <url>${maven.scm.url}</url> --> </scm> <build>