You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2015/04/03 14:01:55 UTC

svn commit: r1671039 - /directory/studio/trunk/build.sh

Author: seelmann
Date: Fri Apr  3 12:01:55 2015
New Revision: 1671039

URL: http://svn.apache.org/r1671039
Log:
Run 2nd step only if 1st succeeded

Modified:
    directory/studio/trunk/build.sh

Modified: directory/studio/trunk/build.sh
URL: http://svn.apache.org/viewvc/directory/studio/trunk/build.sh?rev=1671039&r1=1671038&r2=1671039&view=diff
==============================================================================
--- directory/studio/trunk/build.sh (original)
+++ directory/studio/trunk/build.sh Fri Apr  3 12:01:55 2015
@@ -18,5 +18,4 @@
 
 # This script do a full build of Studio (including the MANIFEST generation and the P2 local repository construction)
 
-mvn -f pom-first.xml clean install
-mvn clean install
+mvn -f pom-first.xml clean install && mvn clean install