Author: tchemit Date: 2012-08-25 10:53:18 +0200 (Sat, 25 Aug 2012) New Revision: 262 Url: http://chorem.org/repositories/revision/chorem/262 Log: fixes #793: Configure pom to add application at release time fixes #792: Configure pom to auto-deploy to demo ignore idea files Modified: trunk/ trunk/chorem-webmotion/pom.xml Property changes on: trunk ___________________________________________________________________ Modified: svn:ignore - target *.iml *.iws *.ipr + target *.iml *.iws *.ipr .idea Modified: trunk/chorem-webmotion/pom.xml =================================================================== --- trunk/chorem-webmotion/pom.xml 2012-08-24 15:20:19 UTC (rev 261) +++ trunk/chorem-webmotion/pom.xml 2012-08-25 08:53:18 UTC (rev 262) @@ -26,7 +26,15 @@ <i18n.bundleOutputDir>${basedir}/target/generated-sources/resources </i18n.bundleOutputDir> <i18n.addBundleOuputDirParent>false</i18n.addBundleOuputDirParent> + + <!-- pour attacher lors d'un deployement sur demo (ou autre) --> <deployFiles>target/${project.build.finalName}.war</deployFiles> + + <!-- pour deployer vers redmine lors d'une release --> + <redmine.releaseFiles> + target/${project.build.finalName}.war, + </redmine.releaseFiles> + </properties> <dependencies>