Author: tchemit Date: 2009-08-16 09:28:58 +0200 (Sun, 16 Aug 2009) New Revision: 594 Modified: trunk/pom.xml trunk/src/site/site.xml Log: update skin, add fixme in pom + future release email announcement Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-15 14:34:50 UTC (rev 593) +++ trunk/pom.xml 2009-08-16 07:28:58 UTC (rev 594) @@ -458,6 +458,8 @@ <!-- changelog:changelog changelog:dev-activity changelog:file-activity --> + <!--FIXME : TC-20090816 : there is a bug with fileactivity + in report, trunk url are prefix with tag/xxx-releaseNumber !--> <plugin> <artifactId>maven-changelog-plugin</artifactId> <version>2.1</version> @@ -696,7 +698,31 @@ </execution> </executions> </plugin> - + <!-- a utiliser lorsqu'on aura fait un transformer + de changelog.txt en target/changes.xml + <plugin> + <artifactId>maven-changes-plugin</artifactId> + <version>2.1</version> + <executions> + <execution> + <id>send-announcement-email</id> + <phase>install</phase> + <goals> + <goal>announcement-mail</goal> + </goals> + <configuration> + <mailSender> + <name>Nuiton Release Notification</name> + <email>noreply@nuiton.org</email> + </mailSender> + <toAddresses> + <item>chemit@codelutin.com</item> + </toAddresses> + <smtpHost>smtp</smtpHost> + </configuration> + </execution> + </executions> + </plugin--> </plugins> </build> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-15 14:34:50 UTC (rev 593) +++ trunk/src/site/site.xml 2009-08-16 07:28:58 UTC (rev 594) @@ -6,7 +6,7 @@ <skin> <groupId>org.nuiton</groupId> <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0-rc-1</version> + <version>1.0.0</version> </skin> <bannerLeft>