# 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. # jetspeed.version is required is {user.home}/build.properties. # Other properties. jetspeed.version=2.0-M4-SNAPSHOT pluto.version=1.0-svn-201864 portlet.api.version=1.0 servlet.api.version=2.3 myfaces.version=1.0.9 spring.version=1.1.5 portals.bridges.common.version=0.4-SNAPSHOT portals.bridges.frameworks.version=0.4-SNAPSHOT portals.bridges.jsf.version=0.4-SNAPSHOT portals.bridges.perl.version=0.4-SNAPSHOT portals.bridges.php.version=0.4-SNAPSHOT portals.bridges.struts.version=0.4-SNAPSHOT portals.bridges.velocity.version=0.4-SNAPSHOT commons.logging.version=1.0.3 # Whether or not to include log4j in war files commons.logging.include=true log4j.version=1.2.8 # Whether or not to include log4j in war files. Your container may already have this. log4j.include=true # Whether or not to include JTP api in war files. Your container may already have this. jta.include=true # You only need HSQL if you do not supply your own database hsql.include=true maven.mode.online = true maven.repo.remote = http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/, http://dist.codehaus.org/, http://cvs.apache.org/repository # 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} maven.compile.deprecation=on # Whether to skip tests. maven.test.skip=true maven.junit.fork=true maven.compile.fork=yes # Include private method and field in Javadoc. # Note: make sure only one is set to true (which is the reason to define all tree: default protected scope is true) maven.javadoc.package=false maven.javadoc.private=true maven.javadoc.public=false # Removed the rule rulesets/naming.xml from the default # maven.pmd.rulesetfiles. This is because the LongVariableName rule is to # restrictive. We need to increase the limit from 12 to 20 maven.pmd.rulesetfiles=rulesets/strings.xml,rulesets/junit.xml,rulesets/braces.xml,rulesets/basic.xml,rulesets/unusedcode.xml,rulesets/design.xml,rulesets/imports.xml,rulesets/codesize.xml # tell changelog plugin (and others) about the SCM repo type (SVN) maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory # --------------------------------------------------------------------------- # Multiproject settings maven.multiproject.includes=*/project.xml,components/*/project.xml,applications/*/project.xml,taglibs/*/project.xml maven.multiproject.excludes=project.xml,applications/project.xml,cornerstone*/project.xml,portlet-api/project.xml,design-docs/project.xml,site/project.xml,taglibs/project.xml,maven-plugin/project.xml,portals-bridges/** # following are default values but needed here because our allSite goal doesn't know them from the plugin maven.multiproject.aggregateDir=multiproject/ maven.multiproject.ignoreFailures=false jar.includes=applications/gems/project.xml,portlet-api/project.xml,commons/project.xml,cps/project.xml,content-server/project.xml,jetspeed-api/project.xml,components/**/project.xml,taglibs/treecontrol/project.xml jar.excludes=/project.xml,maven-plugin/**,layout-portlets/**,applications/project.xml,applications/demo/**,applications/jsf-demo/**,applications/localeselector/**,applications/palm/**,applications/pam/**,applications/perl/**,applications/php/**,applications/rss/**,applications/security/**,applications/struts-demo/**,,applications/jpetstore/**site/project.xml,design-docs/project.xml maven.multiproject.site.goals=site pdf dashboard:report-single # For site only, comment line above, uncomment line below. #maven.multiproject.site.goals=site dashboard:report-single ## Dashboard plugin maven.dashboard.includes=${maven.multiproject.includes} maven.dashboard.excludes=${maven.multiproject.excludes} maven.dashboard.rungoals = false maven.dashboard.aggregators=cserrors,cswarnings,clovertpc,cloverloc,cloverncloc,junitpassrate,juniterrors,junitfailures,simiantdl maven.dashboard.ignoreFailures=true ## MultiChanges plugin maven.multichanges.includes=${maven.multiproject.includes} maven.multichanges.excludes=${maven.multiproject.excludes} maven.multichanges.ignoreFailures=true # --------------------------------------------------------------------------- # Database Properties # --------------------------------------------------------------------------- # Default production server settings. 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 # Override this to put your database elsewhere than the plugin repo org.apache.jetspeed.plugin.hsql.db = ${org.apache.jetspeed.plugin.root}/plugin-resources/Production # Default test database server settings. 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 # The database to use with OJB. Substitution value for repository_database.xml jdbc-connection-descriptor # platform attribute. org.apache.jetspeed.production.database.ojb.platform=Hsqldb org.apache.jetspeed.test.database.ojb.platform=Hsqldb # plugin defaults overrides for building jetspeed portal just as with a generated custom portal setup org.apache.jetspeed.portal.home=${org.apache.jetspeed.project.home} org.apache.jetspeed.portal.groupId=jetspeed2 org.apache.jetspeed.portal.artifactId=jetspeed org.apache.jetspeed.portal.name=Jetspeed 2 Enterprise Portal org.apache.jetspeed.portal.currentVersion=${jetspeed.version} org.apache.jetspeed.use.test.database = true