17 Jul
2012
17 Jul
'12
7:09 a.m.
Author: echatellier Date: 2012-07-17 09:09:32 +0200 (Tue, 17 Jul 2012) New Revision: 1015 Url: http://forge.codelutin.com/repositories/revision/coser/1015 Log: Fix build from scratch Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-07-16 16:14:52 UTC (rev 1014) +++ trunk/pom.xml 2012-07-17 07:09:32 UTC (rev 1015) @@ -420,4 +420,11 @@ </plugins> </pluginManagement> </build> + + <repositories> + <repository> + <id>nuiton-public</id> + <url>http://nexus.nuiton.org/nexus/content/groups/public</url> + </repository> + </repositories> </project>