You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/01/11 10:17:33 UTC

svn commit: r1778266 - /myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh

Author: lofwyr
Date: Wed Jan 11 10:17:33 2017
New Revision: 1778266

URL: http://svn.apache.org/viewvc?rev=1778266&view=rev
Log:
using all modules

Modified:
    myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh

Modified: myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh?rev=1778266&r1=1778265&r2=1778266&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh (original)
+++ myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh Wed Jan 11 10:17:33 2017
@@ -26,7 +26,7 @@ cp tobago-theme-standard/src/main/scss/_
 cp tobago-theme-standard/src/main/scss/_tobago.scss tobago-theme-scarborough/src/main/scss/_tobago.scss
 cp tobago-theme-standard/src/main/scss/_tobago.scss tobago-theme-speyside/src/main/scss/_tobago.scss
 
-mvn clean
+mvn -P all-modules clean
 
 mvn -P rebuild-theme -f tobago-theme-charlotteville/pom.xml
 rm tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/bootstrap/4.0.0-alpha.5/css/bootstrap-*
@@ -43,7 +43,7 @@ rm tobago-theme-speyside/src/main/resour
 mvn -P rebuild-theme -f tobago-theme-standard/pom.xml
 rm tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/bootstrap/4.0.0-alpha.5/css/bootstrap-*
 
-mvn install
+mvn -P all-modules install
 
 echo DONE
 echo Now you will find the bootstrap stuff inside the src trees