r15 - scripts/maven-release
Author: bleny Date: 2014-01-22 17:22:20 +0100 (Wed, 22 Jan 2014) New Revision: 15 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/15 Log: fixes #4165 at the end of deploy-to-demo-from-SVN.sh, add mvn clean Modified: scripts/maven-release/deploy-to-demo-from-SVN.sh Modified: scripts/maven-release/deploy-to-demo-from-SVN.sh =================================================================== --- scripts/maven-release/deploy-to-demo-from-SVN.sh 2014-01-19 10:22:50 UTC (rev 14) +++ scripts/maven-release/deploy-to-demo-from-SVN.sh 2014-01-22 16:22:20 UTC (rev 15) @@ -223,8 +223,13 @@ fi # revert any change -echo -n "4/4 Revert local modifications..." -svn revert -R svn > /dev/null +echo -n "4/4 Revert local modifications and clean target..." + +cd svn +svn revert -R > /dev/null +${M2_HOME}/bin/mvn clean > /dev/null +cd .. + echo "OK" bye_bye 0
participants (1)
-
bleny@users.forge.codelutin.com