Author: tchemit Date: 2012-11-13 15:41:19 +0100 (Tue, 13 Nov 2012) New Revision: 18 Url: http://forge.codelutin.com/repositories/revision/cantharella/18 Log: add scm informations + distribution management Modified: tags/cantharella-1.0.1/pom.xml Modified: tags/cantharella-1.0.1/pom.xml =================================================================== --- tags/cantharella-1.0.1/pom.xml 2012-11-13 14:37:12 UTC (rev 17) +++ tags/cantharella-1.0.1/pom.xml 2012-11-13 14:41:19 UTC (rev 18) @@ -12,6 +12,25 @@ <module>cantharella.service</module> <module>cantharella.web</module> </modules> + + <!-- Source control management. --> + <scm> + <connection>scm:svn:http://svn.forge.codelutin.com/svn/cantharella/tags/cantharella-1.0.1</connection> + <developerConnection>scm:svn:http://svn.forge.codelutin.com/svn/cantharella/tags/cantharella-1.0.1</developerConnection> + <url>http://forge.codelutin.com/projects/cantharella/repository/tags/cantharella-1.0.1</url> + </scm> + + <distributionManagement> + <repository> + <id>nuiton-nexus-deploy</id> + <url>http://nexus.nuiton.org/nexus/content/repositories/other-releases</url> + </repository> + <snapshotRepository> + <id>nuiton-nexus-deploy</id> + <url>http://nexus.nuiton.org/nexus/content/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> + <properties> <!-- Dependencies versions for all layers --> <version.module-utils>1.0</version.module-utils>