# 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. # jetspeed.version is required is {user.home}/build.properties. # Other properties. jetspeed.version=2.1.1-beta1 pluto.version=1.0.1 portlet.api.version=1.0 servlet.api.version=2.3 myfaces.version=1.1.5 bridges.groupId=org.apache.portals.bridges portals.bridges.version=1.0.2-beta1 portals.bridges.common.version=1.0.2-beta1 portals.bridges.frameworks.version=1.0.2-beta1 portals.bridges.jsf.version=1.0.2-beta1 portals.bridges.perl.version=1.0.2-beta1 portals.bridges.php.version=1.0.2-beta1 portals.bridges.struts.version=1.2.7-1.0.2-beta1 portals.bridges.jpetstore.version=1.0.2-beta1 portals.bridges.velocity.version=1.0.2-beta1 portals.bridges.portletfilter.version=1.0.2-beta1 commons.logging.version=1.1 spring.version=2.0.5 spring.modules.version=2.0-rc2 derby.version=10.1.1.0 hsql.version=1.8.0.2 # Whether or not to include commons-logging in war files. Your container may already have this. commons.logging.include=true log4j.version=1.2.14 # 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 Derby if you don't supply your own database derby.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 # xdocs themes maven.xdoc.theme = j2 # 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 Compilation Setting maven.compile.source=1.4 maven.compile.target=1.4 maven.compile.deprecation=on # Whether to skip tests. maven.test.skip=true maven.test.ignore.failure=false 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 maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/ # 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,design-docs/project.xml,site/project.xml,taglibs/project.xml,maven-plugin/project.xml,portals-bridges/**,installer/project.xml # 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=ant-tasks/project.xml,applications/gems/project.xml,applications/rss/project.xml,commons/project.xml,cps/project.xml,jetspeed-api/project.xml,components/**/project.xml,taglibs/treecontrol/project.xml,layout-portlets/project.xml jar.excludes=/project.xml,maven-plugin/**,applications/project.xml,applications/demo/**,applications/j2-admin/**,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 # --------------------------------------------------------------------------- org.apache.jetspeed.derbydatabase.path = /tmp # Default production server settings. org.apache.jetspeed.production.database.url = jdbc:derby:${org.apache.jetspeed.derbydatabase.path}/productiondb;create=true org.apache.jetspeed.production.database.driver = org.apache.derby.jdbc.EmbeddedDriver org.apache.jetspeed.production.database.user = org.apache.jetspeed.production.database.password = org.apache.jetspeed.production.jdbc.drivers.path= org.apache.jetspeed.production.database.default.name=derby # Default test database server settings. org.apache.jetspeed.test.database.url = jdbc:derby:${org.apache.jetspeed.derbydatabase.path}/testdb;create=true org.apache.jetspeed.test.database.driver = org.apache.derby.jdbc.EmbeddedDriver org.apache.jetspeed.test.database.user = org.apache.jetspeed.test.database.password = org.apache.jetspeed.test.jdbc.drivers.path= org.apache.jetspeed.test.database.default.name=derby # 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=org.apache.portals.jetspeed-2 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