Add bootstrap-repo creating script

This commit is contained in:
Stanislav Ochotnicky 2011-10-14 23:11:32 +02:00
parent f00f3b2bdf
commit ef719174b8
1 changed files with 8 additions and 0 deletions

8
make_bootstrap_repo.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
rm -rf $(pwd)/.m2
export TYCHO_TARGET_PLATFORM=/usr/lib64/eclipse
mvn-local -Dmaven.repo.local=$(pwd)/.m2 -Dmaven.local.debug=true -X -Dmaven.test.skip install || exit
tar caf maven-repo.tar.xz .m2