SlackBuildsOrg/development/nexus
Robby Workman 341756a6b8 development/nexus: Rearrange and OCDize some build lines
Functionally, this *should* be identical to the previous
version.  Aesthetically, it's better, but of course, that's
just this guy's opinion, and we know how that goes... :-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-07-07 09:12:02 -03:00
..
doinst.sh development/nexus: Trivial doinst.sh fix (whitespace removal) 2013-07-07 09:11:59 -03:00
nexus.info development/nexus: Fix VERSION string to not make a broken package 2013-07-07 09:11:57 -03:00
nexus.SlackBuild development/nexus: Rearrange and OCDize some build lines 2013-07-07 09:12:02 -03:00
README
slack-desc development/nexus: Update comments in slack-desc 2013-07-07 09:12:01 -03:00

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