Updated Branches: refs/heads/master b5dcffe83 -> 6be819a65
o how i run the ITs, just sharing Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/260c75d5 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/260c75d5 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/260c75d5 Branch: refs/heads/master Commit: 260c75d5e82d062b80448d31e2c66118fcef473e Parents: b5dcffe Author: Jason van Zyl <ja...@tesla.io> Authored: Sun Jul 28 16:48:37 2013 -0400 Committer: Jason van Zyl <ja...@tesla.io> Committed: Sun Jul 28 16:48:37 2013 -0400 ---------------------------------------------------------------------- run-its.sh | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/260c75d5/run-its.sh ---------------------------------------------------------------------- diff --git a/run-its.sh b/run-its.sh new file mode 100755 index 0000000..5e58700 --- /dev/null +++ b/run-its.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# How I run the ITs from a clean slate. Though I do this with a primed Nexus instance. JvZ. + +mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo \ No newline at end of file