Author: echatellier Date: 2012-11-26 19:27:52 +0100 (Mon, 26 Nov 2012) New Revision: 30 Url: http://forge.codelutin.com/repositories/revision/cantharella/30 Log: Fix site deploy Modified: trunk/pom.xml trunk/src/site/rst/index.rst trunk/src/site/site_en.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-11-26 18:13:04 UTC (rev 29) +++ trunk/pom.xml 2012-11-26 18:27:52 UTC (rev 30) @@ -83,35 +83,6 @@ </site> </distributionManagement> - <!-- <repositories> - <repository> - <id>nexus</id> - <layout>default</layout> - <name>cantharella-group</name> - <url>http://nexus.nuiton.org/nexus/content/groups/cantharella-group/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - <pluginRepositories> - <pluginRepository> - <id>nexus</id> - <layout>default</layout> - <name>cantharella-group</name> - <url>http://nexus.nuiton.org/nexus/content/groups/cantharella-group/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> --> - <modules> <module>cantharella.utils</module> <module>cantharella.data</module> @@ -130,8 +101,6 @@ </license.organizationName> <license.licenseName>agpl_v3</license.licenseName> - <skipTests>true</skipTests> - <commonsBeanutilsVersion>1.8.2</commonsBeanutilsVersion> <version.commons-codec>1.4</version.commons-codec> <commonsIoVersion>1.3.2</commonsIoVersion> Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2012-11-26 18:13:04 UTC (rev 29) +++ trunk/src/site/rst/index.rst 2012-11-26 18:27:52 UTC (rev 30) @@ -4,7 +4,7 @@ .. * $Id:$ .. * $HeadURL:$ .. * %% -.. * Copyright (C) 2012 IRD (Institut de Recherche pour le Developpement) and by respective authors (see below) +.. * Copyright (C) 2009 - 2012 IRD (Institut de Recherche pour le Developpement) and by respective authors (see below) .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by @@ -20,6 +20,7 @@ .. * along with this program. If not, see <http://www.gnu.org/licenses/>. .. * #L% .. - + Description =========== Modified: trunk/src/site/site_en.xml =================================================================== (Binary files differ)