Author: chatellier Date: 2008-10-02 15:38:25 +0000 (Thu, 02 Oct 2008) New Revision: 1150 Modified: topia-service/trunk/pom.xml Log: Use snapshot version Modified: topia-service/trunk/pom.xml =================================================================== --- topia-service/trunk/pom.xml 2008-10-02 15:24:17 UTC (rev 1149) +++ topia-service/trunk/pom.xml 2008-10-02 15:38:25 UTC (rev 1150) @@ -41,14 +41,15 @@ <!-- nom du projet sur le labs --> <labs.project>topia</labs.project> + + <maven.verbose>true</maven.verbose> </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> <!--who the developers are for the project--> @@ -77,7 +78,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-generator-plugin</artifactId> - <version>0.51</version> + <version>0.51-SNAPSHOT</version> <executions> <execution> <phase>process-sources</phase> @@ -93,7 +94,7 @@ <defaultPackage>org.codelutin.topia</defaultPackage> <extractedPackages>org.codelutin.topia.tass</extractedPackages> - <copyVersionDir>src/resources/oldmappings/%MODELNAME%</copyVersionDir> + <copyVersionDir>src/main/resources/oldmappings/%MODELNAME%</copyVersionDir> <copyVersionFiles>**/*.hbm.xml</copyVersionFiles> <copyOverwrite>true</copyOverwrite> </configuration> @@ -114,6 +115,11 @@ </dependency> </dependencies> </plugin> + + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-jrst-plugin</artifactId> + </plugin> </plugins> </build>