[Lutingenerator-commits] r311 - maven-generator-plugin/trunk
Author: chatellier Date: 2008-09-24 09:35:18 +0000 (Wed, 24 Sep 2008) New Revision: 311 Modified: maven-generator-plugin/trunk/pom.xml Log: Add scm conf Modified: maven-generator-plugin/trunk/pom.xml =================================================================== --- maven-generator-plugin/trunk/pom.xml 2008-09-24 09:31:52 UTC (rev 310) +++ maven-generator-plugin/trunk/pom.xml 2008-09-24 09:35:18 UTC (rev 311) @@ -9,11 +9,11 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.5</version> + <version>3.0</version> </parent> <!--A unique name for this project--> - <groupId>org.codelutin.maven.plugins</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-generator-plugin</artifactId> <name>Plugin maven Generator</name> @@ -38,6 +38,14 @@ <maven.test.skip>false</maven.test.skip> </properties> + <!--Source control management--> + <scm> + <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> + <!--who the developers are for the project--> <contributors> <contributor>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org