slackbuilds_ponce/development/nexus/README
Giorgio Peron 30dc0f4782
development/nexus: Updated for version 3.0.1_01.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-07-30 06:04:10 +07:00

14 lines
671 B
Text

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
Should I Use 3.0 Or 2.x?
We are advising that you use Nexus Repository 3.0 if you are planning to use npm, Bower, NuGet or Docker.
If you are using Maven, we suggest that you continue to use Nexus Repository 2.x as we are still building
features for 3.0 that many Maven folks will find handy.