Skip to content

Instantly share code, notes, and snippets.

@tomoumi-n
Created March 12, 2015 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoumi-n/222ba282d70777c879bc to your computer and use it in GitHub Desktop.
Save tomoumi-n/222ba282d70777c879bc to your computer and use it in GitHub Desktop.
Script for full build
# set in aipo-opensocial dir
# aipo is set in same dir
echo 'full build start!'
cd ../aipo
mvn clean
cd ../aipo-opensocial
mvn clean
mvn install
cd ../aipo
mvn install
cd ../aipo-opensocial
echo 'full build fin.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment