nexus 参考文档

参考文档:

http://books.sonatype.com/nexus-book/reference/index.html

E:e exus exus-2.12.0-01conf exus.properties

配置文件:

# Sonatype Nexus
# ==============
# This is the most basic configuration of Nexus.

# Jetty section
application-port=8081
application-host=0.0.0.0
nexus-webapp=${bundleBasedir}/nexus
nexus-webapp-context-path=/nexus

# Nexus section
nexus-work=${bundleBasedir}/../sonatype-work/nexus
runtime=${bundleBasedir}/nexus/WEB-INF

原文地址:https://www.cnblogs.com/zno2/p/5269289.html