slackbuilds_ponce/development/nexus
Niels Horn 8cf2a1d6b0 development/nexus: Updated download location.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-08-31 00:16:46 -03:00
..
doinst.sh
nexus.info
nexus.SlackBuild
plexus.properties
rc.nexus
README
slack-desc
wrapper.conf

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