Author: chatellier Date: 2008-09-24 09:38:10 +0000 (Wed, 24 Sep 2008) New Revision: 215 Modified: maven-jrst-plugin/trunk/pom.xml Log: Add scm conf Modified: maven-jrst-plugin/trunk/pom.xml =================================================================== --- maven-jrst-plugin/trunk/pom.xml 2008-09-24 09:31:17 UTC (rev 214) +++ maven-jrst-plugin/trunk/pom.xml 2008-09-24 09:38:10 UTC (rev 215) @@ -9,8 +9,9 @@ <groupId>org.codelutin</groupId> <artifactId>lutinpluginproject</artifactId> <version>3.0</version> - </parent> + </parent> + <!--A unique name for this project--> <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> <version>0.8.2</version> @@ -34,16 +35,16 @@ <!-- nom du projet sur le labs --> <labs.project>jrst</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/${pom.artifactId}/trunk/?root=${labs.project} - </maven.scm.url> - <!-- Test --> <maven.test.skip>false</maven.test.skip> </properties> + <!--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> <!-- Plugin dependencies -->
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org