# # 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=true BUILD_PUBLISH=true 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=dwoods # Local directory to use for builds TEST_DIR=/tmp/openjpa # Override user environment defaults for Maven and Java MVN_HOME=/opt/jdk1.5.0_17 SUN_JAVA5_HOME=/opt/jdk1.5.0_17 SUN_JAVA6_HOME=/opt/jdk1.6.0_11 JAVA_HOME=$SUN_JAVA5_HOME