Author: tchemit Date: 2009-10-11 13:27:34 +0200 (Sun, 11 Oct 2009) New Revision: 636 Modified: trunk/eugene/pom.xml Log: - use jrst.Version - use redmine.releaseFiles to collect files to send to redmine - bump junit, i18n and processor versions Modified: trunk/eugene/pom.xml =================================================================== --- trunk/eugene/pom.xml 2009-10-10 16:57:13 UTC (rev 635) +++ trunk/eugene/pom.xml 2009-10-11 11:27:34 UTC (rev 636) @@ -97,31 +97,8 @@ <description>Efficient Universal Generator.</description> <inceptionYear>2004</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> - <build> - <defaultGoal>install</defaultGoal> - - <resources> - <resource> - <directory>${maven.src.dir}/main/xsl</directory> - <includes> - <include>**/*.xsl</include> - </includes> - </resource> - </resources> - - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <!-- Developers --> <developers> <developer> @@ -191,6 +168,35 @@ </roles> </developer> </developers> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>jar</packaging> + + <properties> + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> + </properties> + + <build> + + <defaultGoal>install</defaultGoal> + + <resources> + <resource> + <directory>${maven.src.dir}/main/xsl</directory> + <includes> + <include>**/*.xsl</include> + </includes> + </resource> + </resources> + + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> <profiles> <!-- perform only on a release stage when using the maven-release-plugin -->