[LutinJ2R-commits] r30 - lutinj2r/trunk
Author: chatellier Date: 2008-09-24 09:32:14 +0000 (Wed, 24 Sep 2008) New Revision: 30 Modified: lutinj2r/trunk/pom.xml Log: Add scm conf Modified: lutinj2r/trunk/pom.xml =================================================================== --- lutinj2r/trunk/pom.xml 2008-09-24 08:31:08 UTC (rev 29) +++ lutinj2r/trunk/pom.xml 2008-09-24 09:32:14 UTC (rev 30) @@ -42,11 +42,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> <!--Librairies-->
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org