Author: tchemit Date: 2009-09-21 10:18:09 +0200 (Mon, 21 Sep 2009) New Revision: 649 Modified: trunk/pom.xml Log: collect files on install phase, package phase is too early, idem for phase verify (since we can not control the order of plugins execution in a phase)... Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-20 20:22:59 UTC (rev 648) +++ trunk/pom.xml 2009-09-21 08:18:09 UTC (rev 649) @@ -837,7 +837,7 @@ <goals> <goal>collect-files</goal> </goals> - <phase>package</phase> + <phase>install</phase> <configuration> <extraFiles>${redmine.releaseFiles}</extraFiles> <descriptionFile>${redmine.collectedFiles}</descriptionFile>