[Lutinbuilder-commits] r183 - lutinpluginproject/trunk
Author: chatellier Date: 2008-09-24 09:29:54 +0000 (Wed, 24 Sep 2008) New Revision: 183 Modified: lutinpluginproject/trunk/changelog lutinpluginproject/trunk/pom.xml Log: For child pom scm inheritance Modify SCM url for new SVN structure Modified: lutinpluginproject/trunk/changelog =================================================================== --- lutinpluginproject/trunk/changelog 2008-09-24 09:29:36 UTC (rev 182) +++ lutinpluginproject/trunk/changelog 2008-09-24 09:29:54 UTC (rev 183) @@ -1,4 +1,6 @@ -ver-3-0 chemit (20080922) +ver-3-0 chemit (20080924) + * For child pom scm inheritance + * Modify SCM url for new SVN structure * Use new SVN structure * Update from * Remove src folder Modified: lutinpluginproject/trunk/pom.xml =================================================================== --- lutinpluginproject/trunk/pom.xml 2008-09-24 09:29:36 UTC (rev 182) +++ lutinpluginproject/trunk/pom.xml 2008-09-24 09:29:54 UTC (rev 183) @@ -197,7 +197,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 --> @@ -612,18 +612,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