summaryrefslogtreecommitdiffstats
path: root/development/nexus/plexus.properties
blob: b4efc21d37f9cafe3fd8eef0daea35fa51111aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
application-port=8081
application-host=0.0.0.0
runtime=${basedir}/runtime
apps=${runtime}/apps
#nexus-work=${basedir}/../sonatype-work/nexus
nexus-work=/var/lib/nexus
nexus-app=${runtime}/apps/nexus
webapp=${runtime}/apps/nexus/webapp
webapp-context-path=/nexus
security-xml-file=${nexus-work}/conf/security.xml
application-conf=${nexus-work}/conf
#runtime-tmp=${runtime}/tmp
runtime-tmp=/var/tmp/nexus

# If this file is present, it will be used to configure Jetty.
jetty.xml=${basedir}/conf/jetty.xml

# Uncomment this to use the debug js files
#index.template.file=templates/index-debug.vm