More modifications on PKGBUILD to improve package-build
[archlinuxdevstack.git] / nexus / plexus.properties
blob9aac0f26b23bfbf085576bbbc68ade4da512bcf1
1 application-port=8081
2 application-host=0.0.0.0
3 nexus-var=/var/lib/nexus
4 nexus-work=${nexus-var}/work
5 runtime=${nexus-var}/runtime
6 apps=${runtime}/apps
7 webapp=${runtime}/apps/nexus/webapp
9 webapp-context-path=/nexus
10 security-xml-file=${nexus-work}/conf/security.xml
11 application-conf=${nexus-work}/conf
13 # If this file is present, it will be used to configure Jetty.
14 jetty.xml=${basedir}/conf/jetty.xml
16 # Uncomment this to use the debug js files
17 #index.template.file=templates/index-debug.vm