tycho/make_bootstrap_repo.sh

9 lines
262 B
Bash
Raw Normal View History

2011-10-14 21:11:32 +00:00
#!/bin/bash
rm -rf $(pwd)/.m2
2012-02-09 19:25:34 +00:00
export TYCHO_TARGET_PLATFORM=/usr/lib/eclipse
2011-10-14 21:11:32 +00:00
2012-02-09 19:25:34 +00:00
mvn-local -Dmaven.repo.local=$(pwd)/.m2 -Dmaven.local.debug=true -X -Dmaven.test.skip -Dsite.generation=true clean install 1>log1.txt 2>log2.txt || exit
2011-10-14 21:11:32 +00:00
tar caf maven-repo.tar.xz .m2