Author: tchemit Date: 2009-02-11 10:45:33 +0000 (Wed, 11 Feb 2009) New Revision: 1351 Modified: topia/branches/hibernate_to_jpa_migration/pom.xml Log: ajout repository codelutin dans les poms des projets Modified: topia/branches/hibernate_to_jpa_migration/pom.xml =================================================================== --- topia/branches/hibernate_to_jpa_migration/pom.xml 2009-02-11 10:35:39 UTC (rev 1350) +++ topia/branches/hibernate_to_jpa_migration/pom.xml 2009-02-11 10:45:33 UTC (rev 1351) @@ -243,6 +243,23 @@ <url>${maven.scm.url}</url> </scm> + <!--Code Lutin Repository--> + <repositories> + <repository> + <id>codelutin-repository</id> + <name>CodeLutinRepository</name> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + <snapshots> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </releases> + </repository> + </repositories> + <profiles> <!-- perform only on a release stage when using the maven-release-plugin --> <profile>
participants (1)
-
tchemit@users.labs.libre-entreprise.org