Author: chatellier Date: 2008-09-24 09:38:48 +0000 (Wed, 24 Sep 2008) New Revision: 1083 Modified: trunk/maven-license-switcher-plugin/pom.xml Log: Add scm conf Modified: trunk/maven-license-switcher-plugin/pom.xml =================================================================== --- trunk/maven-license-switcher-plugin/pom.xml 2008-09-24 09:34:54 UTC (rev 1082) +++ trunk/maven-license-switcher-plugin/pom.xml 2008-09-24 09:38:48 UTC (rev 1083) @@ -87,18 +87,18 @@ <!-- nom du projet sur le labs --> <labs.project>lutinutil</labs.project> - <!-- BE WARE, this value must rewritten here since it will be otherwise suffixed by inheritance --> - <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${pom.artifactId}?root=${labs.project} - </maven.scm.url> - </properties> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> + <!--Source control management--> <scm> - <url>${maven.scm.url}</url> + <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> </project>