Author: tchemit Date: 2008-10-08 21:51:46 +0000 (Wed, 08 Oct 2008) New Revision: 225 Modified: jrst/trunk/pom.xml Log: add site locales + remove dependencies (coming from superpom) Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2008-10-08 21:49:14 UTC (rev 224) +++ jrst/trunk/pom.xml 2008-10-08 21:51:46 UTC (rev 225) @@ -35,14 +35,15 @@ <!-- Test --> <maven.test.skip>true</maven.test.skip> + + <maven.site.locales>fr,en</maven.site.locales> </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> --> + <url>${maven.scm.url}</url> </scm> <build> @@ -79,12 +80,6 @@ <!--Librairies--> <dependencies> <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> @@ -133,12 +128,6 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1.1</version>
participants (1)
-
tchemit@users.labs.libre-entreprise.org