slackbuilds_ponce/development/nexus
Giorgio Peron ec918c74b1 development/nexus: Updated for version 2.5.0_04.
Note that this commit is actually broken due to VERSION
having a "-" in it.  The next commit will fix that.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-07-07 09:11:55 -03:00
..
doinst.sh
nexus.info development/nexus: Updated for version 2.5.0_04. 2013-07-07 09:11:55 -03:00
nexus.SlackBuild development/nexus: Updated for version 2.5.0_04. 2013-07-07 09:11:55 -03:00
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