Author: nrannou Date: 2009-08-25 09:50:28 +0200 (Tue, 25 Aug 2009) New Revision: 2746 Modified: trunk/pom.xml trunk/todo.txt Log: modification du pom Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-24 22:03:54 UTC (rev 2745) +++ trunk/pom.xml 2009-08-25 07:50:28 UTC (rev 2746) @@ -276,8 +276,17 @@ <!-- license to use --> <license.licenseName>gpl_v3</license.licenseName> - + </properties> + + <build> + <resources> + <resource> + <directory>src/main/resources</directory> + <filtering>true</filtering> + </resource> + </resources> + </build> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> @@ -337,26 +346,7 @@ <enabled>false</enabled> </releases> </repository> - - <!-- This can be commented out when the tapestry.version is a not a snapshot. - The non-snapshot Tapestry artifacts are distributed through the central - repository at ibiblio. --> - <!--repository> - <id>tapestry-snapshots</id> - <url>http://tapestry.formos.com/maven-snapshot-repository/</url> - </repository> - - <repository> - <id>codehaus.snapshots</id> - <url>http://snapshots.repository.codehaus.org</url> - </repository> - - <repository> - <id>OpenQA_Release</id> - <name>OpenQA Release Repository</name> - <url>http://archiva.openqa.org/repository/releases/</url> - </repository--> - + </repositories> <pluginRepositories> @@ -392,21 +382,6 @@ </releases> </pluginRepository> - <!-- As above, this can be commented out when access to the snapshot version - of a Tapestry Maven plugin is not required. --> - <!--pluginRepository> - <id>tapestry-snapshots</id> - <url>http://tapestry.formos.com/maven-snapshot-repository/</url> - </pluginRepository--> </pluginRepositories> - <build> - <resources> - <resource> - <directory>src/main/resources</directory> - <filtering>true</filtering> - </resource> - </resources> - </build> - </project> Modified: trunk/todo.txt =================================================================== --- trunk/todo.txt 2009-08-24 22:03:54 UTC (rev 2745) +++ trunk/todo.txt 2009-08-25 07:50:28 UTC (rev 2746) @@ -1,5 +1,7 @@ TODO +différenciation des votes par groupes +optimisation de la page de vote amélioration des tests