# Copyright 2004 The Apache Software Foundation # # Licensed 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. # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- #set this in your ${user.home}/build.properties rather than here #maven.home = ${user.home}/maven #This is needed to make the old build.xml files use the new directories, if called via maven build.dir = target lib.dir = ${lib.repo} maven.test.skip=true jetspeed.version = 1.6.1-dev jetspeed.torque.om.version = 1.6 # ------------------------------------------------------------------- # F U S I O N P R O P E R T I E S # ------------------------------------------------------------------- org.apache.jetspeed.fusion=false maven.merge.properties = TurbineResources,JetspeedResources compile.debug = on compile.optimize = off compile.deprecation = off src.dir = src announcement = 1.6 maven.war.src = ${basedir}/webapp maven.compile.fork=yes maven.junit.fork=true maven.checkstyle.header.file=${basedir}/checkstyle.license maven.license.licenseFile=${basedir}/LICENSE # This is a "hack" because POM in maven-1.8 doesn't allow to configure this via includes maven.jarResources.basedir = ${basedir}/src/java maven.repo.remote = http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/ # ------------------------------------------------------------------- # UI Color Preferences # ------------------------------------------------------------------- maven.ui.banner.background = #fff maven.ui.banner.foreground = #fff maven.ui.banner.border.top = #36c maven.ui.banner.border.bottom = #36c # ------------------------------------------------------------------- # # Torque Preferences # # ------------------------------------------------------------------- schemaDirectory = ${maven.src.dir}/torque-schema torque.useClasspath = true torque.basePrefix = Base torque.addSaveMethod = true torque.addGetByNameMethod = true torque.complexObjectModel = true torque.addTimeStamp = true torque.addIntakeRetrievable = false torque.saveException = Exception project = jetspeed # ------------------------------------------------------------------- # # T A R G E T D A T A B A S E # # ------------------------------------------------------------------- # db2 # hypersonic # mysql # oracle # postgresql # mssql # sybase # ------------------------------------------------------------------- database = hypersonic #targetPackage = org.apache.jetspeed.om.torque torque.retrievableInterface = org.apache.fulcrum.intake.Retrievable torque.database.url = jdbc:hsqldb:hsql://localhost torque.database.driver = org.hsqldb.jdbcDriver torque.database.user = sa torque.database.password =