最近到了portal的开源项目jetspeed网页中去看了下他的介绍,顺便记下了这些jetspeed的学习资料,
属性
|
描述
|
缺省值
|
org.apache.jetspeed.portal.home
|
maven-plugin创建或者更新你的portal maven项目结构的文件夹(with goal j2:portal.conf.project ).它将是你进行性所有portal开发的地方
例如: /home/myportal/ |
不缺省
|
org.apache.jetspeed.portal.groupId
|
你的portal项目组的简称。这个值用作maven库文件夹存储的位置标识。
例如: myprojects |
不缺省
|
org.apache.jetspeed.portal.artifactId
|
你的portal项目的简称,这个值用作portal war文件的web应用上下文名称。
例如: myportal |
不缺省
|
org.apache.jetspeed.portal.name
|
Portal项目的全名.
这个值用于产生JavaDoc的标题名称. 例如: My Test Portal |
不缺省
|
org.apache.jetspeed.portal.currentVersion
|
你的portal项目的当前版本.
这个值用在maven生成的文件名的后缀. 例如: 1.0 |
不缺省
|
属性
|
描述
|
缺省值
|
org.apache.jetspeed.portal.conf.dir
|
The folder where the maven-plugin will generate and copy application server specific configuration files as a tomcat application context descriptor.
This folder and its contents is created or updated by plugin goal j2:portal.conf.tomcat . |
target/portal-conf
|
org.apache.jetspeed.portal.sql.dir
|
The folder where the maven-plugin will generate and copy portal and database server specific sql DDL and DML scripts.
This folder and its contents is always (re)created by plugin goal j2:portal.conf.sql . |
target/portal-sql
|
org.apache.jetspeed.portal.db.dir
|
The folder where the maven-plugin will create its build-in HSQLDB database(s).
This folder and its contents is created or updated by plugin goal j2:start.production.server or j2:start.test.server . |
target/portal-db
|
org.apache.jetspeed.portal.webapp.dir
|
The folder where the maven-plugin will copy the standard jetspeed web application resources.
This folder and its contents is created or updated by plugin goal j2:portal.copy.webapp . |
target/${org.apache.jetspeed.portal.artifactId}
|
org.apache.jetspeed.portal.target.dir
|
The folder where the maven-plugin will generate and copy runtime portal configuration files.
These configuration files contain values derived from build/plugin properties for the portal and OJB. This folder and its contents is created or updated by plugin goal j2:portal.conf.jetspeed and goal j2:portal.conf.ojb . |
target/${org.apache.jetspeed.portal.artifactId}
|
属性
|
描述
|
缺省值
|
org.apache.jetspeed.server.home
|
The root folder of your Tomcat server installation.
Example: ${CATALINA_HOME}/ .
|
不缺省
|
org.apache.jetspeed.server.shared
|
The location of the shared jars in your Tomcat installation.
Example: ${org.apache.jetspeed.server.home}/shared/lib/ |
不缺省
|
org.apache.jetspeed.deploy.war.dir
|
The location of web applications in your Tomcat installation.
Example: ${org.apache.jetspeed.server.home}/webapps/ |
不缺省
|
org.apache.jetspeed.services.autodeployment.user
|
A Tomcat user with the manager role.
Used to access the Tomcat Manager application from within the portal, explained below. |
不缺省
|
org.apache.jetspeed.services.autodeployment.password
|
The password of the Tomcat user above.
Used to access the Tomcat Manager application from within the portal, explained below. |
不缺省
|
org.apache.jetspeed.catalina.version.major
|
The major version of the Tomcat server you are using: 5 or 5.5
Example: 5.5 |
不缺省
|
属性
|
描述
|
缺省值
|
org.apache.jetspeed.production.database.default.name
|
The type of database you are using. Used for sql script generation with Torque.
Currently supported databases (with corresponding Torque target database name):
· hsql (hypersonic)
· oracle (oracle)
· mysql (mysql)
· postgres (postresql)
· mssql (mssql)
|
hsql
|
org.apache.jetspeed.production.database.url
|
The jdbc connection url
|
jdbc:hsqldb:hsql://127.0.0.1:9001
|
org.apache.jetspeed.production.database.user
|
The database user name to connect with.
|
sa
|
org.apache.jetspeed.production.database.password
|
The database user its password to connect with.
|
empty
|
org.apache.jetspeed.production.database.driver
|
The jdbc driver class name
|
org.hsqldb.jdbcDriver
|
org.apache.jetspeed.production.jdbc.drivers.path
|
A Java classpath style path to the jdbc driver classes or jar(s) needed for connecting to the database.
Example: /lib/ojdbc14.jar;/lib/nls_charset12.jar |
empty
|
用户名
|
密码
|
角色
|
admin
|
admin
|
admin, manager, user
|
manager
|
manager
|
manager, user
|
jetspeed
|
jetspeed
|
manager
|
user
|
user
|
user
|
tomcat
|
tomcat
|
在这篇文档中,你将看到maven内容库中提及的内容。当你安装好Maven的时候,.maven/directory创建在你的${USER_HOME}目录中了。在.maven/目录下,你将看到