Author: tchemit Date: 2014-03-23 17:18:56 +0100 (Sun, 23 Mar 2014) New Revision: 1164 Url: http://forge.codelutin.com/projects/coser/repository/revisions/1164 Log: fix demo deploy Modified: trunk/coser-web/pom.xml Modified: trunk/coser-web/pom.xml =================================================================== --- trunk/coser-web/pom.xml 2014-03-23 13:53:47 UTC (rev 1163) +++ trunk/coser-web/pom.xml 2014-03-23 16:18:56 UTC (rev 1164) @@ -32,6 +32,9 @@ <!-- i18n configuration --> <i18n.bundleOutputName>${coserI18nBundle}</i18n.bundleOutputName> + <!-- deploy configuration --> + <deployFiles>target/coser-${project.version}.war</deployFiles> + <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> </properties>
participants (1)
-
tchemit@users.forge.codelutin.com