Author: tchemit Date: 2011-09-09 18:14:38 +0200 (Fri, 09 Sep 2011) New Revision: 125 Url: http://chorem.org/repositories/revision/chorem/125 Log: use new site deployment configuration Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-09 16:10:01 UTC (rev 124) +++ trunk/pom.xml 2011-09-09 16:14:38 UTC (rev 125) @@ -45,6 +45,13 @@ <url>http://www.chorem.org/repositories/browse/chorem/trunk</url> </scm> + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/${projectId}</url> + </site> + </distributionManagement> + <properties> <platform>chorem.org</platform> <projectId>chorem</projectId>