Updated Branches: refs/heads/master 53fbd0069 -> 156c9987b
add tail to show all build results Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/156c9987 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/156c9987 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/156c9987 Branch: refs/heads/master Commit: 156c9987bf61d60b25226d08218bf26a766451de Parents: 53fbd00 Author: Mark Struberg <[email protected]> Authored: Sun Sep 8 11:33:10 2013 +0200 Committer: Mark Struberg <[email protected]> Committed: Sun Sep 8 11:33:10 2013 +0200 ---------------------------------------------------------------------- deltaspike/buildall.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/156c9987/deltaspike/buildall.sh ---------------------------------------------------------------------- diff --git a/deltaspike/buildall.sh b/deltaspike/buildall.sh index 840fefb..038ed1c 100755 --- a/deltaspike/buildall.sh +++ b/deltaspike/buildall.sh @@ -31,3 +31,6 @@ mvn clean install -Ptomee-build-managed -Dtomee.version=1.6.0-SNAPSHOT -Dopenej mvn clean install -Ptomee-build-managed -Dtomee.version=1.5.2 -Dopenejb.version=4.5.2 -Dopenejb.owb.version=1.1.8 | tee mvn-tomee_1_5_2.log mvn clean install -Pjbossas-build-managed-7 | tee mvn-jbossas_7.log + +# and now for the result check +tail mvn-*.log | less
