diff options
Diffstat (limited to 'development/nexus/plexus.properties')
-rw-r--r-- | development/nexus/plexus.properties | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/development/nexus/plexus.properties b/development/nexus/plexus.properties new file mode 100644 index 0000000000..b4efc21d37 --- /dev/null +++ b/development/nexus/plexus.properties @@ -0,0 +1,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 + + + + |