Author: tchemit Date: 2011-09-09 18:05:17 +0200 (Fri, 09 Sep 2011) New Revision: 825 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/825 Log: use new site deployment configuration Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-09 15:50:24 UTC (rev 824) +++ trunk/pom.xml 2011-09-09 16:05:17 UTC (rev 825) @@ -252,6 +252,13 @@ <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/trunk</url> </scm> + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/${projectId}</url> + </site> + </distributionManagement> + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.nuiton.org