Author: tchemit Date: 2010-01-11 00:26:41 +0100 (Mon, 11 Jan 2010) New Revision: 743 Modified: branches/mavenpom-2.x/mavenpom4redmine/pom.xml Log: fix bug (no more attachment collected) Modified: branches/mavenpom-2.x/mavenpom4redmine/pom.xml =================================================================== --- branches/mavenpom-2.x/mavenpom4redmine/pom.xml 2010-01-10 23:07:34 UTC (rev 742) +++ branches/mavenpom-2.x/mavenpom4redmine/pom.xml 2010-01-10 23:26:41 UTC (rev 743) @@ -225,7 +225,7 @@ <includeAttached>true</includeAttached> </configuration> </execution> - <!--execution> + <execution> <id>collect-build-attachements</id> <goals> <goal>collect-files</goal> @@ -236,7 +236,7 @@ <descriptionFile>${redmine.collectedAttachments}</descriptionFile> <includeAttached>false</includeAttached> </configuration> - </execution--> + </execution> </executions> </plugin>