diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 13:59:50 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 565970137344190a56a8f3f44d24cb5118db9ede (patch) | |
tree | 94d05d455599eb5ecb211b8f9080314be09f2531 /development/nexus/README | |
parent | 523757b8de2924fd0b53868e5333ad82ba93a89b (diff) | |
download | slackbuilds-565970137344190a56a8f3f44d24cb5118db9ede.tar.gz |
development/nexus: Fix README.
Diffstat (limited to 'development/nexus/README')
-rw-r--r-- | development/nexus/README | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/development/nexus/README b/development/nexus/README index 3b1bce4ba0..41a913f288 100644 --- a/development/nexus/README +++ b/development/nexus/README @@ -1,14 +1,18 @@ -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 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: +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. + +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. |