# 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. # Display the date on the Maven web site maven.xdoc.date = left # Display the maven version the web site is documenting maven.xdoc.version = ${pom.currentVersion} # The following MUST be defined in the user's build.properties # catalina.shared.lib = /shared/lib/ maven.repo.remote = http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/ maven.checkstyle.header.file=${basedir}/checkstyle.license maven.checkstyle.properties=${basedir}/checkstyle.xml maven.compile.deprecation=on maven.license.licenseFile=${basedir}/LICENSE.TXT maven.junit.fork=true # Sets up the system properties for the test JDBC datasource maven.junit.sysproperties=org.apache.jetspeed.database.url \ org.apache.jetspeed.database.driver \ org.apache.jetspeed.database.user \ org.apache.jetspeed.database.password org.apache.jetspeed.test.database.url = jdbc:hsqldb:hsql://127.0.0.1:9001 org.apache.jetspeed.test.database.driver = org.hsqldb.jdbcDriver org.apache.jetspeed.test.database.user = sa org.apache.jetspeed.test.database.password = org.apache.jetspeed.test.jdbc.drivers.path= org.apache.jetspeed.test.database.default.name=hsql org.apache.jetspeed.test.database.ojb.platform=Hsqldb org.apache.jetspeed.production.database.url = jdbc:hsqldb:hsql://127.0.0.1:9001 org.apache.jetspeed.production.database.driver = org.hsqldb.jdbcDriver org.apache.jetspeed.production.database.user = sa org.apache.jetspeed.production.database.password = org.apache.jetspeed.production.jdbc.drivers.path= org.apache.jetspeed.production.database.default.name=hsql org.apache.jetspeed.production.database.ojb.platform=Hsqldb # --------------------------------------------------------------------------- # Torque settings torque.project = portal torque.schema.sql.includes = *-schema.xml torque.schema.sql.excludes = torque.schema.dir = ${maven.src.dir}/schema torque.idTableXMLFile = torque.template.sql = sql/base/Control.vm # --------------------------------------------------------------------------- # Multiproject settings maven.multiproject.includes=*/project.xml,components/*/project.xml,applications/*/project.xml maven.multiproject.excludes=project.xml,applications/project.xml,cornerstone*/project.xml,plugin/project.xml,portlet-api/project.xml,design-docs/project.xml,site/project.xml