# ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # # $Id$ # # Do not change this file. Please use build.properties in this directory # to do site or installation specific changes to the project build. # ------------------------------------------------------------------- #======================================================================== # You can uncomment this if you're willing to use the unofficial # Turbine-specific jar repository at the Turbine site. This will # contain all the jars needed to build Turbine, even if a jar # is missing on ibiblio #======================================================================== #maven.repo.remote=http://www.ibiblio.org/maven/,http://jakarta.apache.org/turbine/repo maven.checkstyle.format = turbine #maven.home = ${user.home}/maven # display the date on the site maven.xdoc.date = left # Display the version the web site is documenting maven.xdoc.version = ${pom.currentVersion} compile.debug = on compile.optimize = off compile.deprecation = off maven.compile.deprecation = off # ------------------------------------------------------------------- # C A C T U S T E S T P R O P E R T I E S # ------------------------------------------------------------------- maven.war.src=src/test-cactus/testapp cactus.home.tomcat4x = c:/java/tomcat # The below tests don't seem to work at all cactus.test.fileset.exclude=org.apache.turbine.services.xmlrpc.util.FileHandlerTest,org.apache.turbine.util.velocity.TestVelocityEmail # ------------------------------------------------------------------- # N I G H T L Y B U I L D P R O P E R T I E S # ------------------------------------------------------------------- turbine.nightly.dist.dir = \ /www/jakarta.apache.org/builds/jakarta-turbine/turbine-2/nightly # ------------------------------------------------------------------- # # T O R Q U E C O N F I G U R A T I O N # # used to generate the om/peer classes for the security db # implementation and scheduler # # ------------------------------------------------------------------- torque.database = mysql torque.project = ${pom.artifactId} torque.java.dir = target/src torque.sql.dir = target/sql torque.schema.dir = target torque.contextProperties = project.properties torque.runOnlyOnSchemaChange = true scheduler.database.name = default scheduler.package = org.apache.turbine.services.schedule torque.security.database.name = default torque.security.package = org.apache.turbine.services.security.torque.om