# # 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. # -------------------------------------------------------------------- # $Rev: 725830 $ $Date: 2008-12-11 17:02:45 -0500 (Thu, 11 Dec 2008) $ # -------------------------------------------------------------------- # ----------------------------------------------------------------------------- # Common build settings for openjpa/trunk # ----------------------------------------------------------------------------- BRANCH=trunk BRANCH_ID=2.0.0-SNAPSHOT BRANCH_DIR=trunk M2REPO_CLEAN=false BUILD_CLEAN=true BUILD_EMAIL=false BUILD_PUBLISH=false BUILD_OPTS= BINARY_URL=http://people.apache.org/builds/openjpa BINARY_DIR=/www/people.apache.org/builds/openjpa #PASS_EMAIL_ADDR="scm@openjpa.apache.org" #FAIL_EMAIL_ADDR="dev@openjpa.apache.org" REMOTE_MACHINE=people.apache.org #REMOTE_HOME=/home/$REMOTE_ACCOUNT #ADMIN_EMAIL_ADDR="$REMOTE_ACCOUNT@apache.org" M2_REPO=$HOME/.m2/repository MAVEN_OPTS="-XX:MaxPermSize=256m -Xmx512m" # ----------------------------------------------------------------------------- # Settings to customize based on user build environment # ----------------------------------------------------------------------------- # Remote account on $REMOTE_MACHINE for sending emails #REMOTE_ACCOUNT=your_people_uid_here # Local directory to use for builds TEST_DIR=/tmp/openjpa # Use the user environment defaults for Maven and Java #MVN_HOME=/usr/local/maven #JAVA_HOME=/usr/local/java