Skip to content

Instantly share code, notes, and snippets.

@paulweb515
Created February 15, 2013 15:17
Show Gist options
  • Save paulweb515/4960990 to your computer and use it in GitHub Desktop.
Save paulweb515/4960990 to your computer and use it in GitHub Desktop.
pushd eclipse.platform.releng.aggregator
git pull
git submodule foreach git pull
popd
pushd eclipse.platform.releng.aggregator
mvn -f maven-cbi-plugin/pom.xml clean install -Dmaven.repo.local=$LREPO
popd
pushd eclipse.platform.releng.aggregator
mvn -f eclipse-parent/pom.xml clean install -Dmaven.repo.local=$LREPO
popd
pushd eclipse.platform.releng.aggregator
mvn org.eclipse.tycho:tycho-versions-plugin:update-pom \
-Dmaven.repo.local=$LREPO
popd
pushd eclipse.platform.releng.aggregator/$submodulePath
mvn -X -Pbree-libs clean install -Dmaven.test.skip=true -Dmaven.repo.local=$LREPO
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment