Author: chatellier Date: 2008-10-24 08:11:55 +0000 (Fri, 24 Oct 2008) New Revision: 100 Modified: lutinmatrix/trunk/pom.xml Log: Update pom Modified: lutinmatrix/trunk/pom.xml =================================================================== --- lutinmatrix/trunk/pom.xml 2008-10-24 08:11:44 UTC (rev 99) +++ lutinmatrix/trunk/pom.xml 2008-10-24 08:11:55 UTC (rev 100) @@ -21,17 +21,13 @@ <properties> <!-- id du projet du labs --> <labs.id>63</labs.id> - - <!-- TODO remove this as soon as tests are fixed --> - <maven.test.testFailureIgnore>true</maven.test.testFailureIgnore> </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> @@ -51,20 +47,6 @@ </executions> </plugin> - <!-- jrst - <plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin>--> - </plugins> </build> @@ -73,7 +55,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinutil</artifactId> - <version>0.30</version> + <version>0.31</version> <scope>compile</scope> </dependency> <dependency>