1 |
# Copyright 2001-2006 Hippo (www.hippo.nl) |
2 |
# |
3 |
# Licensed under the Apache License, Version 2.0 (the "License"); |
4 |
# you may not use this file except in compliance with the License. |
5 |
# You may obtain a copy of the License at |
6 |
# |
7 |
# http://www.apache.org/licenses/LICENSE-2.0 |
8 |
# |
9 |
# Unless required by applicable law or agreed to in writing, software |
10 |
# distributed under the License is distributed on an "AS IS" BASIS, |
11 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 |
# See the License for the specific language governing permissions and |
13 |
# limitations under the License. |
14 |
|
15 |
# ------------------------------------------------------------------------ |
16 |
# Project defaults |
17 |
# ------------------------------------------------------------------------ |
18 |
|
19 |
maven.repo.remote=http://repository.hippocms.org/maven,http://www.ibiblio.org/maven/ |
20 |
|
21 |
maven.jetty.port=55555 |
22 |
|
23 |
maven.cocoon.site.displayname=Hippo Site Skeleton |
24 |
|
25 |
# -- preview site settings |
26 |
maven.cocoon.site.domain=localhost |
27 |
maven.cocoon.site.name=preview.skeleton.org |
28 |
maven.cocoon.site.repository=default |
29 |
maven.cocoon.site.credentials=siteuser:siteuser |
30 |
|
31 |
# -- live site settings |
32 |
maven.cocoon.site.live.domain=www.skeleton.localhost |
33 |
maven.cocoon.site.live.name=www.skeleton.org |
34 |
maven.cocoon.site.live.repository=skeleton-live |
35 |
maven.cocoon.site.live.credentials=siteuser:siteuser |
36 |
|
37 |
maven.wrapper.executepatchfile=true |
38 |
|
39 |
# -- Repository settings |
40 |
maven.cocoon.repository.name=default |
41 |
maven.cocoon.repository.host=localhost |
42 |
maven.cocoon.repository.rootpath=/default |
43 |
maven.cocoon.repository.filespath=/files/default.preview |
44 |
maven.cocoon.repository.port=60000 |
45 |
|
46 |
# -- Repository settings |
47 |
maven.cocoon.repository.live.name=skeleton-live |
48 |
maven.cocoon.repository.live.host=localhost |
49 |
maven.cocoon.repository.live.rootpath=/default |
50 |
maven.cocoon.repository.live.filespath=/files/default.www |
51 |
maven.cocoon.repository.live.port=60000 |
52 |
|
53 |
# -- JMS settings |
54 |
jms.connection=repository.skeleton |
55 |
jms.jndi.initial-factory=org.exolab.jms.jndi.InitialContextFactory |
56 |
jms.jndi.provider=tcp://localhost:3035/ |
57 |
jms.connection-factory=TCPTopicConnectionFactory |
58 |
jms.topic=repository |
59 |
|
60 |
|
61 |
# -- configuration patch files |
62 |
maven.cocoon.config.dir=${basedir}/src/config |
63 |
|
64 |
#----- Memory settings -----# |
65 |
maven.wrapper.initmemory=64 |
66 |
maven.wrapper.maxmemory=128 |
67 |
maven.cocoon.heapsize=125600000 |
68 |
maven.cocoon.store.maxobjects=1000 |
69 |
maven.cocoon.transientstore.maxobjects=2000 |