Author: tchemit Date: 2009-09-04 11:38:23 +0200 (Fri, 04 Sep 2009) New Revision: 3 Modified: archetype-nuiton-mojo/trunk/src/main/resources/META-INF/maven/archetype-metadata.xml archetype-nuiton-mojo/trunk/src/main/resources/archetype-resources/changelog.txt Log: improve generation of changelog.txt Modified: archetype-nuiton-mojo/trunk/src/main/resources/META-INF/maven/archetype-metadata.xml =================================================================== --- archetype-nuiton-mojo/trunk/src/main/resources/META-INF/maven/archetype-metadata.xml 2009-09-01 18:24:37 UTC (rev 2) +++ archetype-nuiton-mojo/trunk/src/main/resources/META-INF/maven/archetype-metadata.xml 2009-09-04 09:38:23 UTC (rev 3) @@ -47,8 +47,13 @@ <includes> <include>LICENSE.txt</include> <include>README.txt</include> - <include>changelog.txt</include> </includes> </fileSet> + <fileSet encoding="UTF-8" filtered="true"> + <directory></directory> + <includes> + <include>changelog.txt</include> + </includes> + </fileSet> </fileSets> </archetype-descriptor> \ No newline at end of file Modified: archetype-nuiton-mojo/trunk/src/main/resources/archetype-resources/changelog.txt =================================================================== --- archetype-nuiton-mojo/trunk/src/main/resources/archetype-resources/changelog.txt 2009-09-01 18:24:37 UTC (rev 2) +++ archetype-nuiton-mojo/trunk/src/main/resources/archetype-resources/changelog.txt 2009-09-04 09:38:23 UTC (rev 3) @@ -1,48 +1,5 @@ -maven-license-plugin (2.0.0) stable; urgency=high +${artifactId} (${version}) stable; urgency=low - * [FIX] #28 (some java files content was lost if tags not well-formed) - * [FEATURE] add some documentation on site - * [FEATURE] rethink the plugin, now only one goal (update-header) for all processing - * [FEATURE] can customize the header to inject (velocity template) + * TODO - -- chemit -- Sat, 29 Aug 2009 19:45:05 +0200 - -maven-license-plugin (1.0.0) stable; urgency=high - * add java-update-header and jaxx-update-header goals instead of switch goal - - -- chemit -- ??? - -maven-license-plugin (0.9) stable; urgency=high - * migrate groupId to org.nuiton - - -- chemit -- ??? - -maven-license-plugin (0.8) stable; urgency=high - * release avant passage en groupId nuiton - - -- chemit -- 20090509 - -maven-license-plugin (0.6) stable; urgency=low - * 20090420 [chemit] clean code, use latest versions, use doxia-module-jrst instead of maven-jrst-plugin - * 20090217 [chemit] use project.build.sourceEncoding instead of maven.compile.encoding as default encoding - * 20081210 [chemit] use lutinproject 3.4 - - -- chemit -- 20090218 - -maven-license-plugin (0.5) stable; urgency=low - * 20081121 [chemit] fix bug when no name is defined in license - * 20081118 [chemit] use lutinpluginproject 3.1 - - -- chemit -- 20081108 - -maven-license-plugin (0.4) stable; urgency=high - * 20081013 [chemit] Improve third-party goal : onyl keep included dependencies - - -- chemit -- 20081013 - -maven-license-plugin (0.4) stable; urgency=low - * 20081013 [chemit] Improve licence resolving - * 20080922 [thimel] Modified version of jrst and plugin's groupId - * 20080922 [chemit] Using lutinpluginproject 3.0 - - -- chemit -- 20081013 \ No newline at end of file + -- ${projectAuthor} --