slackbuilds_ponce/development/nexus
dsomero ffbabb83d5 development/nexus: Add jdk to REQUIRES.
This was based off the package containing a .jar file. 

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-09-10 20:09:19 -04:00
..
files
doinst.sh
nexus.info development/nexus: Add jdk to REQUIRES. 2012-09-10 20:09:19 -04:00
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