Author: tchemit Date: 2009-05-17 15:38:07 +0000 (Sun, 17 May 2009) New Revision: 485 Modified: mavenpom/trunk/pom.xml Log: simplification scm, on utilise directement scm.url pour l'url web comment corbetura pour le moment Modified: mavenpom/trunk/pom.xml =================================================================== --- mavenpom/trunk/pom.xml 2009-05-17 14:01:50 UTC (rev 484) +++ mavenpom/trunk/pom.xml 2009-05-17 15:38:07 UTC (rev 485) @@ -194,11 +194,6 @@ <!-- issue management configuration (for a multi module you can not used this default value because of expansion of artifactId).--> <maven.issueManagement.url>http://www.nuiton.org/projects/${project.artifactId}/issues</maven.issueManagement.url> - - <!-- scm web access url (for a multi module you can not used this default value - because of expansion of artifactId). - --> - <maven.scm.webAccessUrl>http://www.nuiton.org/repositories/browse/${project.artifactId}/trunk</maven.scm.webAccessUrl> </properties> @@ -431,9 +426,6 @@ <artifactId>maven-project-info-reports-plugin</artifactId> <!-- TODO il faut que la version patche soit en org.nuiton --> <version>2.1.1-cl</version> - <configuration> - <webAccessUrl>${maven.scm.webAccessUrl}</webAccessUrl> - </configuration> </plugin> <plugin> @@ -501,11 +493,12 @@ <version>2.4.3</version> </plugin> - <plugin> + <!-- a voir si on le garde car hudson le fait aussi ? --> + <!--plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.2</version> - </plugin> + </plugin--> <!-- a tester si c'est viable sur du multi-module --> <!-- il y a une version 2.1 voir pour la conf car sans conf ca plante --> @@ -577,12 +570,15 @@ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/${project.artifactId}/trunk</connection> <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/${project.artifactId}/trunk</developerConnection> <!--url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/${project.artifactId}/trunk?root=lutinbuilder</url--> + <!-- pour tester :) --> + <url>http://www.nuiton.org/repositories/browse/${project.artifactId}/trunk</url> + <!-- a utiliser quand on sera sur nuiton --> <!-- ne fonctionnera pas pour les multi-modules a cause de l'expansion de l'artifactId il faudra alors remttre ces trois valeurs sur le pom parent du multi-module --> <!--connection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</connection> <developerConnection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</developerConnection> - <url>http://svn.nuiton.org/svn/${project.artifactId}/trunk</url--> + <url>http://www.nuiton.org/repositories/browse/${project.artifactId}/trunk</url--> </scm> <!-- ************************************************************* -->