Author: tchemit Date: 2012-01-13 11:45:03 +0100 (Fri, 13 Jan 2012) New Revision: 273 Url: http://forge.codelutin.com/repositories/revision/echobase/273 Log: add auto-deploy profile (last try...) Modified: trunk/echobase-ui/pom.xml Modified: trunk/echobase-ui/pom.xml =================================================================== --- trunk/echobase-ui/pom.xml 2012-01-13 10:40:13 UTC (rev 272) +++ trunk/echobase-ui/pom.xml 2012-01-13 10:45:03 UTC (rev 273) @@ -454,7 +454,7 @@ <configuration> <repositoryId>demo.codelutin.com</repositoryId> <repositoryUrl>scpexe://demo.codelutin.com</repositoryUrl> - <command>( cd var/local/echobase ; ./deploy.sh ${project.version} )</command> + <command>( cd /var/local/echobase ; ./deploy.sh ${project.version} )</command> </configuration> </execution> </executions>