[Lutinweb-commits] r104 - in trunk/hessian-test: . hessian-test-api hessian-test-client hessian-test-server
Author: tchemit Date: 2008-08-14 11:21:32 +0000 (Thu, 14 Aug 2008) New Revision: 104 Modified: trunk/hessian-test/hessian-test-api/pom.xml trunk/hessian-test/hessian-test-client/pom.xml trunk/hessian-test/hessian-test-server/pom.xml trunk/hessian-test/pom.xml Log: normalisation des noms de modules Modified: trunk/hessian-test/hessian-test-api/pom.xml =================================================================== --- trunk/hessian-test/hessian-test-api/pom.xml 2008-08-14 11:04:15 UTC (rev 103) +++ trunk/hessian-test/hessian-test-api/pom.xml 2008-08-14 11:21:32 UTC (rev 104) @@ -9,7 +9,7 @@ <!-- ************************************************************* --> <parent> <groupId>org.codelutin.hessian</groupId> - <artifactId>hessian-test-pom</artifactId> + <artifactId>hessian-test</artifactId> <version>0.1</version> </parent> Modified: trunk/hessian-test/hessian-test-client/pom.xml =================================================================== --- trunk/hessian-test/hessian-test-client/pom.xml 2008-08-14 11:04:15 UTC (rev 103) +++ trunk/hessian-test/hessian-test-client/pom.xml 2008-08-14 11:21:32 UTC (rev 104) @@ -9,7 +9,7 @@ <!-- ************************************************************* --> <parent> <groupId>org.codelutin.hessian</groupId> - <artifactId>hessian-test-pom</artifactId> + <artifactId>hessian-test</artifactId> <version>0.1</version> </parent> Modified: trunk/hessian-test/hessian-test-server/pom.xml =================================================================== --- trunk/hessian-test/hessian-test-server/pom.xml 2008-08-14 11:04:15 UTC (rev 103) +++ trunk/hessian-test/hessian-test-server/pom.xml 2008-08-14 11:21:32 UTC (rev 104) @@ -9,7 +9,7 @@ <!-- ************************************************************* --> <parent> <groupId>org.codelutin.hessian</groupId> - <artifactId>hessian-test-pom</artifactId> + <artifactId>hessian-test</artifactId> <version>0.1</version> </parent> Modified: trunk/hessian-test/pom.xml =================================================================== --- trunk/hessian-test/pom.xml 2008-08-14 11:04:15 UTC (rev 103) +++ trunk/hessian-test/pom.xml 2008-08-14 11:21:32 UTC (rev 104) @@ -14,13 +14,13 @@ </parent> <modules> - <module>api</module> - <module>server</module> - <module>client</module> + <module>hessian-test-api</module> + <module>hessian-test-server</module> + <module>hessian-test-client</module> </modules> <groupId>org.codelutin.hessian</groupId> - <artifactId>hessian-test-pom</artifactId> + <artifactId>hessian-test</artifactId> <dependencyManagement> @@ -75,6 +75,16 @@ <!-- nom du projet sur le labs , il est egal a artifactId donc pas besoin de surcharger --> <labs.project>lutinweb</labs.project> + <!-- override this property to define scm url property --> + <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${pom.artifactId}?root=${labs.project} + </maven.scm.url> + + <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> + <maven.scm.developerConnection>scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/trunk/hessian + </maven.scm.developerConnection> + + <!-- BEWARE, will be suffixed by /${pom.artifactId} by inheritance --> + <maven.scm.connection>scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/trunk/hessian</maven.scm.connection> </properties> <scm>
participants (1)
-
tchemit@users.labs.libre-entreprise.org