Browse Subversion Repository
Contents of /site/trunk/project.properties
Parent Directory
| Revision Log
Revision 9 -
( show annotations)
( download)
Wed Apr 4 14:34:05 2007 UTC
(17 years, 1 month ago)
by shinsuke
File size: 967 byte(s)
added site contents
| 1 |
# Repo |
| 2 |
maven.repo.remote = http://jetplume.sourceforge.jp/maven/, http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/, http://dist.codehaus.org/, http://cvs.apache.org/repository |
| 3 |
|
| 4 |
# |
| 5 |
# DATE Preferences |
| 6 |
# |
| 7 |
# The place of the date on the pages : choices are 'bottom', 'left', 'right', 'navigation-top', 'navigation-bottom' |
| 8 |
maven.xdoc.date = left |
| 9 |
maven.xdoc.date.format = yyyy/MM/dd HH:mm z |
| 10 |
# The date locale |
| 11 |
maven.xdoc.date.locale = ja |
| 12 |
|
| 13 |
# |
| 14 |
# Doc Setting |
| 15 |
# |
| 16 |
maven.xdoc.version=${pom.currentVersion} |
| 17 |
#maven.xdoc.includeProjectDocumentation = no |
| 18 |
maven.docs.outputencoding = EUC-JP |
| 19 |
maven.javadoc.source = 1.4 |
| 20 |
maven.xdoc.jsl=file:${maven.src.dir}/resources/site.jsl |
| 21 |
|
| 22 |
# Multiproject settings |
| 23 |
maven.multiproject.includes=*/project.xml |
| 24 |
maven.multiproject.excludes=project.xml |
| 25 |
# following are default values but needed here because our allSite goal doesn't know them from the plugin |
| 26 |
maven.multiproject.aggregateDir=multiproject/ |
| 27 |
maven.multiproject.ignoreFailures=true |
| 28 |
|
| |