slackbuilds_ponce/development/nexus
Giorgio Peron 6ac75a15f1 development/nexus: Updated for version 3.6.1_02.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-11-20 17:59:04 +07:00
..
doinst.sh
nexus.info
nexus.SlackBuild
README
slack-desc

Nexus manages software artifacts required for development, deployment,
and provisioning. If you develop software, Nexus can help you share
those artifacts with other developers and end-users.

Nexus requires a "nexus" user and group; create these before running
the SlackBuild script. Examples:

# groupadd -g 252 nexus
# useradd -u 252 -s /bin/sh -d /dev/null -g nexus nexus