[Lutinutil-commits] r1017 - trunk/maven-i18n-plugin
Author: tchemit Date: 2008-08-13 09:58:55 +0000 (Wed, 13 Aug 2008) New Revision: 1017 Modified: trunk/maven-i18n-plugin/pom.xml Log: l'url et maven.scm.url doit etre surchargee car le projet du labs est diff?\195?\169rent Modified: trunk/maven-i18n-plugin/pom.xml =================================================================== --- trunk/maven-i18n-plugin/pom.xml 2008-08-13 09:47:37 UTC (rev 1016) +++ trunk/maven-i18n-plugin/pom.xml 2008-08-13 09:58:55 UTC (rev 1017) @@ -65,6 +65,9 @@ </description> <inceptionYear>2007</inceptionYear> + <!-- BE WARE, this value must rewritten here since it will be otherwise suffixed by inheritance --> + <url>http://${labs.host}/projects/${labs.project}</url> + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -93,10 +96,10 @@ <!-- id du projet du labs --> <labs.id>12</labs.id> - <!-- nom du projet sur le labs , il est egal a artifactId donc pas besoin de surcharger --> + <!-- nom du projet sur le labs --> <labs.project>lutinutil</labs.project> - <!-- override this property to define scm url property --> + <!-- 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>
participants (1)
-
tchemit@users.labs.libre-entreprise.org