Author: tchemit Date: 2010-01-15 16:40:32 +0100 (Fri, 15 Jan 2010) New Revision: 760 Modified: trunk/mavenpom4redmine/pom.xml Log: fix site deploy of mavenpom4redmine Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2010-01-15 15:34:13 UTC (rev 759) +++ trunk/mavenpom4redmine/pom.xml 2010-01-15 15:40:32 UTC (rev 760) @@ -552,7 +552,25 @@ </build> </profile> + <profile> + <id>internal</id> + <activation> + <property> + <name>internal</name> + <value>true</value> + </property> + </activation> + <distributionManagement> + <site> + <id>nuiton</id> + <url> + scpexe://nuiton.org/var/lib/redmine-nuiton/project-site/mavenpom/mavenpom4redmine + </url> + </site> + </distributionManagement> + </profile> + </profiles> </project>
participants (1)
-
tchemit@users.nuiton.org