[Lutinbuilder-commits] r182 - lutinproject/trunk
Author: chatellier Date: 2008-09-24 09:29:36 +0000 (Wed, 24 Sep 2008) New Revision: 182 Modified: lutinproject/trunk/changelog lutinproject/trunk/pom.xml Log: For child pom scm inheritance Modify SCM url for new SVN structure Modified: lutinproject/trunk/changelog =================================================================== --- lutinproject/trunk/changelog 2008-09-23 07:30:50 UTC (rev 181) +++ lutinproject/trunk/changelog 2008-09-24 09:29:36 UTC (rev 182) @@ -1,4 +1,6 @@ -ver-3-0 chatellier (20080922) +ver-3-0 chatellier (20080924) + * For child pom scm inheritance + * Modify SCM url for new SVN structure * Use new SVN structure * Change plugins groupId * Change version of plugins (with lutinpluginproject 3.0) Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2008-09-23 07:30:50 UTC (rev 181) +++ lutinproject/trunk/pom.xml 2008-09-24 09:29:36 UTC (rev 182) @@ -176,7 +176,7 @@ <!-- override this property to define scm url property --> - <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${labs.project}?root=${labs.project} + <maven.scm.url>http://${labs.host}/plugins/scmsvn/viewcvs.php/${pom.artifactId}/trunk/?root=${labs.project} </maven.scm.url> <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> @@ -706,18 +706,17 @@ </mailingList--> </mailingLists> - <!--Source control management--> + <!-- + Source control management. + By inheritance, url are always false, need manual include. + + Add this to your pom : <scm> - <!-- BE WARE, this value will be overriden by inheritance --> <connection>${maven.scm.connection}</connection> - - <!-- BE WARE, this value will be overriden by inheritance --> <developerConnection>${maven.scm.developerConnection}</developerConnection> - - <!-- BE WARE, this value will be overriden by inheritance, so while scm.url can not ber suffixed, you must defined - these property in your pom, there is no other better solution... --> - <!--url>${maven.scm.url}</url--> + <url>${maven.scm.url}</url> </scm> + --> <!-- ************************************************************* --> <!-- *** Maven Environment *************************************** -->
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org