Author: tchemit Date: 2009-09-20 22:23:36 +0200 (Sun, 20 Sep 2009) New Revision: 195 Modified: jredmine/trunk/maven-jredmine-plugin/src/it/multi/pom.xml jredmine/trunk/maven-jredmine-plugin/src/it/single/pom.xml Log: suppression des goals transf?\195?\169r?\195?\169s dans maven-helper-plugin Modified: jredmine/trunk/maven-jredmine-plugin/src/it/multi/pom.xml =================================================================== --- jredmine/trunk/maven-jredmine-plugin/src/it/multi/pom.xml 2009-09-20 19:22:55 UTC (rev 194) +++ jredmine/trunk/maven-jredmine-plugin/src/it/multi/pom.xml 2009-09-20 20:23:36 UTC (rev 195) @@ -86,19 +86,6 @@ </execution> <execution> - <id>collect-files</id> - <goals> - <goal>collect-files</goal> - </goals> - <phase>package</phase> - <configuration> - <extraFiles>${releaseFiles}</extraFiles> - <descriptionFile>${collectedFiles}</descriptionFile> - <!--<copyFiles>false</copyFiles>--> - </configuration> - </execution> - - <execution> <id>publish-redmine</id> <!-- only executed on the pom --> <inherited>false</inherited> @@ -106,7 +93,6 @@ <goal>update-version</goal> <goal>publish-attachments</goal> <goal>publish-news</goal> - <goal>send-email</goal> </goals> <phase>verify</phase> <configuration> @@ -125,17 +111,6 @@ <newsSummary>${project.description}</newsSummary> <newsTitle>${project.name} ${project.version} released</newsTitle> - <!-- send-email --> - <emailTitle>[ANNOUNCEMENT] - ${project.name} ${project.version} released</emailTitle> - <emailContentFile>target/announcement/release-email-announcement.vm</emailContentFile> - <mailSender> - <name>Nuiton Release Notification</name> - <email>noreply@noway.fr</email> - </mailSender> - <toAddresses> - <item>chemit@codelutin.com</item> - </toAddresses> - <smtpHost>smtp</smtpHost> </configuration> </execution> </executions> Modified: jredmine/trunk/maven-jredmine-plugin/src/it/single/pom.xml =================================================================== --- jredmine/trunk/maven-jredmine-plugin/src/it/single/pom.xml 2009-09-20 19:22:55 UTC (rev 194) +++ jredmine/trunk/maven-jredmine-plugin/src/it/single/pom.xml 2009-09-20 20:23:36 UTC (rev 195) @@ -78,7 +78,7 @@ <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload> </configuration> </execution> - +<!-- <execution> <id>collect-files</id> <goals> @@ -88,9 +88,9 @@ <configuration> <extraFiles>${releaseFiles}</extraFiles> <descriptionFile>${collectedFiles}</descriptionFile> - <!--<copyFiles>false</copyFiles>--> + <copyFiles>false</copyFiles> </configuration> - </execution> + </execution>--> <execution> <id>publish-redmine</id> @@ -98,7 +98,7 @@ <goal>update-version</goal> <goal>publish-attachments</goal> <goal>publish-news</goal> - <goal>send-email</goal> + <!--<goal>send-email</goal>--> </goals> <phase>verify</phase> <configuration> @@ -116,8 +116,8 @@ <newsContentFile>target/announcement/release-news-announcement.vm</newsContentFile> <newsSummary>${project.description}</newsSummary> <newsTitle>${project.name} ${project.version} released</newsTitle> - - <!-- send-email --> +<!-- + send-email <emailTitle>[ANNOUNCEMENT] - ${project.name} ${project.version} released</emailTitle> <emailContentFile>target/announcement/release-email-announcement.vm</emailContentFile> <mailSender> @@ -127,7 +127,7 @@ <toAddresses> <item>chemit@codelutin.com</item> </toAddresses> - <smtpHost>smtp</smtpHost> + <smtpHost>smtp</smtpHost>--> </configuration> </execution> </executions>