Author: tchemit Date: 2009-02-20 18:38:53 +0000 (Fri, 20 Feb 2009) New Revision: 117 Modified: lutinmatrix/trunk/pom.xml Log: push back generic scm values use zeroConf in jrst use zeroConf in license-switcher Modified: lutinmatrix/trunk/pom.xml =================================================================== --- lutinmatrix/trunk/pom.xml 2009-02-18 19:03:55 UTC (rev 116) +++ lutinmatrix/trunk/pom.xml 2009-02-20 18:38:53 UTC (rev 117) @@ -89,15 +89,10 @@ <artifactId>maven-jrst-plugin</artifactId> <version>0.8.4</version> <configuration> - <directoryIn>${maven.src.dir}/site</directoryIn> - <directoryOut>${maven.site.gen.dir}</directoryOut> <defaultLocale>fr</defaultLocale> - <inputEncoding>${project.build.sourceEncoding}</inputEncoding> - <outputEncoding>${project.build.sourceEncoding}</outputEncoding> </configuration> <executions> <execution> - <phase>pre-site</phase> <goals> <goal>jrst</goal> </goals> @@ -115,9 +110,9 @@ <!--Source control management--> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinmatrix/lutinmatrix/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinmatrix/lutinmatrix/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinmatrix/trunk/?root=lutinmatrix</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> <!--Code Lutin Repository--> @@ -154,9 +149,6 @@ <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> <version>0.6</version> - <configuration> - <licenseName>${license-switcher.licenseName}</licenseName> - </configuration> <executions> <execution> <id>attach-licenses</id>