slackbuilds_ponce/development/nexus
Andrew Clemons d9ed4e4692
development/nexus: Use zulu-openjdk8.
openjdk8 currently ftb.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-03 15:56:46 +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