Author: echatellier Date: 2010-09-09 19:16:07 +0200 (Thu, 09 Sep 2010) New Revision: 299 Url: http://nuiton.org/repositories/revision/wikitty/299 Log: Add war package as file uploaded to redmine Modified: trunk/wikitty-hessian-server/pom.xml trunk/wikitty-ui-zk/pom.xml Modified: trunk/wikitty-hessian-server/pom.xml =================================================================== --- trunk/wikitty-hessian-server/pom.xml 2010-09-09 17:07:17 UTC (rev 298) +++ trunk/wikitty-hessian-server/pom.xml 2010-09-09 17:16:07 UTC (rev 299) @@ -70,6 +70,11 @@ <packaging>war</packaging> + <properties> + <!-- extra files to include in release --> + <redmine.releaseFiles>target/${project.build.finalName}.${project.packaging}</redmine.releaseFiles> + </properties> + <profiles> <!-- use this profile to add all impl dependencies --> <profile> Modified: trunk/wikitty-ui-zk/pom.xml =================================================================== --- trunk/wikitty-ui-zk/pom.xml 2010-09-09 17:07:17 UTC (rev 298) +++ trunk/wikitty-ui-zk/pom.xml 2010-09-09 17:16:07 UTC (rev 299) @@ -117,6 +117,10 @@ <packaging>war</packaging> + <properties> + <!-- extra files to include in release --> + <redmine.releaseFiles>target/${project.build.finalName}.${project.packaging}</redmine.releaseFiles> + </properties> </project>