Author: tchemit Date: 2010-01-15 16:34:13 +0100 (Fri, 15 Jan 2010) New Revision: 759 Modified: tags/mavenpom-2.0/mavenpom4redmine/pom.xml Log: fix site deploy of mavenpom4redmine Modified: tags/mavenpom-2.0/mavenpom4redmine/pom.xml =================================================================== --- tags/mavenpom-2.0/mavenpom4redmine/pom.xml 2010-01-15 15:13:58 UTC (rev 758) +++ tags/mavenpom-2.0/mavenpom4redmine/pom.xml 2010-01-15 15:34:13 UTC (rev 759) @@ -551,6 +551,24 @@ </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>