Updated Branches: refs/heads/master fff9e32fe -> 99f5db0a0
add a save fingers script to deploy site Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/99f5db0a Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/99f5db0a Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/99f5db0a Branch: refs/heads/master Commit: 99f5db0a00a433cc1bf0e8176fe459ca7c0342cc Parents: c2dae46 Author: olivier lamy <ol...@apache.org> Authored: Tue Dec 11 20:29:36 2012 +0100 Committer: olivier lamy <ol...@apache.org> Committed: Tue Dec 11 20:29:36 2012 +0100 ---------------------------------------------------------------------- deploySite.sh | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/99f5db0a/deploySite.sh ---------------------------------------------------------------------- diff --git a/deploySite.sh b/deploySite.sh new file mode 100644 index 0000000..b6517a2 --- /dev/null +++ b/deploySite.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +mvn clean site-deploy scm-publish:publish-scm $@