Author: tchemit Date: 2009-09-26 01:43:51 +0200 (Sat, 26 Sep 2009) New Revision: 652 Modified: trunk/pom.xml Log: uniform dryRun properties like in redmine-release-profile Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-25 22:33:47 UTC (rev 651) +++ trunk/pom.xml 2009-09-25 23:43:51 UTC (rev 652) @@ -862,6 +862,11 @@ <value>true</value> </property> </activation> + + <properties> + <dryRun>true</dryRun> + <redmine.dryRun>${dryRun}</redmine.dryRun> + </properties> <build> <plugins> @@ -883,7 +888,7 @@ </executions> <configuration> <!-- Send nothing ! --> - <dryRun>true</dryRun> + <!--<dryRun>true</dryRun>--> <!-- for a multi-module just run on root project --> <runOnce>true</runOnce> @@ -917,7 +922,7 @@ </executions> <configuration> <!-- Send nothing ! --> - <dryRun>true</dryRun> + <!--<dryRun>true</dryRun>--> <!-- for a multi-module just run on root project --> <runOnce>true</runOnce> @@ -929,9 +934,10 @@ <email>noreply@${platform}</email> </mailSender> <toAddresses> - <item>${listId}-users@list.${platform}</item> - <item>lutin@codelutin.com</item> - <item>dev@codelutin.com</item> + <!--<item>${listId}-users@list.${platform}</item>--> + <!--<item>lutin@codelutin.com</item>--> + <!--<item>dev@codelutin.com</item>--> + <item>chemit@codelutin.com</item> </toAddresses> <smtpHost>smtp</smtpHost> </configuration>