Created
February 15, 2013 15:17
-
-
Save paulweb515/4960990 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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