# --------------------------------------------------------------------------- # plugin portal and portal.genapp configuration properties # --------------------------------------------------------------------------- # the following set is required and has no default org.apache.jetspeed.portal.home= org.apache.jetspeed.portal.groupId= org.apache.jetspeed.portal.artifactId= org.apache.jetspeed.portal.name= org.apache.jetspeed.portal.currentVersion= org.apache.jetspeed.portal.conf.dir=target/portal-conf org.apache.jetspeed.portal.sql.dir=target/portal-sql org.apache.jetspeed.portal.db.dir=target/portal-db org.apache.jetspeed.portal.ldap.dir=target/portal-ldap org.apache.jetspeed.portal.webapp.dir=target/${org.apache.jetspeed.portal.artifactId} org.apache.jetspeed.portal.target.dir=target/${org.apache.jetspeed.portal.artifactId} # will test database sql be generated (and then only if different type from production database) org.apache.jetspeed.use.test.database = false # --------------------------------------------------------------------------- # Dependencies versions # --------------------------------------------------------------------------- jetspeed.version=@JETSPEED_VERSION@ pluto.version=@PLUTO_VERSION@ portlet.api.version=@PORTLET_API_VERSION@ servlet.api.version=@SERVLET_API_VERSION@ myfaces.version=@MYFACES_VERSION@ spring.version=@SPRING_VERSION@ portals.bridges.common.version=@PORTALS_BRIDGES_COMMON_VERSION@ portals.bridges.frameworks.version=@PORTALS_BRIDGES_FRAMEWORKS_VERSION@ portals.bridges.jsf.version=@PORTALS_BRIDGES_JSF_VERSION@ portals.bridges.perl.version=@PORTALS_BRIDGES_PERL_VERSION@ portals.bridges.php.version=@PORTALS_BRIDGES_PHP_VERSION@ portals.bridges.struts.version=@PORTALS_BRIDGES_STRUTS_VERSION@ portals.bridges.velocity.version=@PORTALS_BRIDGES_VELOCITY_VERSION@ commons.logging.version=@COMMONS_LOGGING_VERSION@ log4j.version=@LOG4J_VERSION@ derby.version=@DERBY_VERSION@ # Whether or not to include log4j in war files commons.logging.include=true # 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 derby.include=true # --------------------------------------------------------------------------- # Plugin Settings # --------------------------------------------------------------------------- org.apache.jetspeed.plugin.root=${maven.home.local}/cache/${plugin.artifactId}-${plugin.currentVersion} # --------------------------------------------------------------------------- # Deployment Properties # --------------------------------------------------------------------------- # The portal directory in its deployed target. org.apache.jetspeed.portal.dir=${org.apache.jetspeed.deploy.war.dir}/${org.apache.jetspeed.portal.artifactId} # Default server name and port for autodeployment. # You can override these via ${user.home}/build.properties. org.apache.jetspeed.services.autodeployment.server=localhost org.apache.jetspeed.services.autodeployment.port=8080 # --------------------------------------------------------------------------- # Torque settings # --------------------------------------------------------------------------- torque.project = portal torque.schema.sql.includes = *-schema.xml torque.schema.sql.excludes = torque.schema.dir = ${org.apache.jetspeed.plugin.root}/plugin-resources/schema torque.idTableXMLFile = torque.template.sql = sql/base/Control.vm