Author: tchemit Date: 2011-09-09 18:09:05 +0200 (Fri, 09 Sep 2011) New Revision: 1231 Url: http://nuiton.org/repositories/revision/wikitty/1231 Log: use new site deployment configuration Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-09 16:07:07 UTC (rev 1230) +++ trunk/pom.xml 2011-09-09 16:09:05 UTC (rev 1231) @@ -735,6 +735,13 @@ <url>http://www.nuiton.org/repositories/browse/wikitty/trunk</url> </scm> + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/${projectId}</url> + </site> + </distributionManagement> + <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* -->