tycho/make_bootstrap_repo.sh
2012-01-27 16:49:34 -05:00

9 lines
213 B
Bash
Executable File

#!/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