Author: tchemit Date: 2009-05-17 02:50:35 +0000 (Sun, 17 May 2009) New Revision: 1464 Modified: topia/trunk/pom.xml Log: l'url de depot ne peut pas etre calcule, car si on a pas mavenpom en local, ... Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2009-05-17 02:49:49 UTC (rev 1463) +++ topia/trunk/pom.xml 2009-05-17 02:50:35 UTC (rev 1464) @@ -200,7 +200,7 @@ </goals> </execution> </executions> - <configuration> + <configuration> <includes>**/*.java</includes> <filters> org.nuiton.processor.filters.GeneratorTemplatesFilter, @@ -223,7 +223,7 @@ </plugin> <plugin> - <artifactId>maven-site-plugin</artifactId> + <artifactId>maven-site-plugin</artifactId> <dependencies> <dependency> <groupId>org.codelutin</groupId> @@ -247,7 +247,7 @@ <repository> <id>nuiton-repository</id> <name>NuitonRepository</name> - <url>${repository.home.url}</url> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2-nuiton</url> <snapshots> <enabled>true</enabled> <checksumPolicy>warn</checksumPolicy>