[java-sig-commits] [tycho] Add bootstrap-repo creating script

Roland Grunberg rgrunber at fedoraproject.org
Thu Feb 9 19:27:27 UTC 2012


commit e648c501d3189c921361405b26fb8d19c10550a6
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri Oct 14 23:11:32 2011 +0200

    Add bootstrap-repo creating script

 make_bootstrap_repo.sh |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/make_bootstrap_repo.sh b/make_bootstrap_repo.sh
new file mode 100755
index 0000000..e411248
--- /dev/null
+++ b/make_bootstrap_repo.sh
@@ -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


More information about the java-sig-commits mailing list